diff options
author | cyberta <cyberta@riseup.net> | 2022-11-29 23:49:39 +0100 |
---|---|---|
committer | cyberta <cyberta@riseup.net> | 2022-11-30 14:24:46 +0100 |
commit | 87852092da522ccfe5feee29b43b92b72eca8d45 (patch) | |
tree | ba11d5ec09cc85618daf1b4c1c537325ca9deae1 /app/src/main/res | |
parent | 86ec8d8700a4bb9e0cec123e49ce408c46869f0e (diff) |
fix missing location button view bindings for custom branded builds
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/v_location_button.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/src/main/res/layout/v_location_button.xml b/app/src/main/res/layout/v_location_button.xml index 44a4c67e..611ac3c4 100644 --- a/app/src/main/res/layout/v_location_button.xml +++ b/app/src/main/res/layout/v_location_button.xml @@ -8,7 +8,6 @@ android:padding="@dimen/stdpadding" android:background="@drawable/cust_button_primary_rect" android:layout_height="match_parent" - tools:viewBindingIgnore="true" > <androidx.appcompat.widget.AppCompatImageView |