diff options
author | cyBerta <cyberta@riseup.net> | 2021-07-23 23:50:02 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2021-11-14 19:22:16 +0100 |
commit | ff427f2863dd2c3c46030968f4d034553f09d0bf (patch) | |
tree | f157595d0ac71b748f4383ce27ea9990fc74de67 /app/src/main/res | |
parent | 1e9202c3d929083220924f7c76ea01a2b6f6af9f (diff) |
add click listener to gateway selection button, open the gateway selection fragment
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/v_location_button.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/src/main/res/layout/v_location_button.xml b/app/src/main/res/layout/v_location_button.xml index 7425231e..9e5445a4 100644 --- a/app/src/main/res/layout/v_location_button.xml +++ b/app/src/main/res/layout/v_location_button.xml @@ -4,8 +4,6 @@ android:orientation="horizontal" android:layout_width="match_parent" android:layout_gravity="center_vertical" - android:clickable="true" - android:focusable="true" android:padding="@dimen/stdpadding" android:background="@drawable/cust_button_primary_rect" android:layout_height="wrap_content"> |