diff options
author | cyberta <cyberta@riseup.net> | 2020-03-08 05:05:01 -0700 |
---|---|---|
committer | cyberta <cyberta@riseup.net> | 2020-03-08 05:05:01 -0700 |
commit | 20843f531af829088d736f37cc5c2a6f733244a5 (patch) | |
tree | c8772adf74a4c44ccaf0a3d95b84df247e433693 /app/src/main/res/layout-xlarge | |
parent | c5d5494e0e0d3cb8bb9c97583af3205143f5dea1 (diff) | |
parent | 432a9885451dafb47e0feafb6070b415d93aac03 (diff) |
Merge branch 'tethering_improvements' into 'master'
Tethering improvements
See merge request leap/bitmask_android!101
Diffstat (limited to 'app/src/main/res/layout-xlarge')
-rw-r--r-- | app/src/main/res/layout-xlarge/v_switch_list_item.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout-xlarge/v_switch_list_item.xml b/app/src/main/res/layout-xlarge/v_switch_list_item.xml index c393a0f8..8ad83650 100644 --- a/app/src/main/res/layout-xlarge/v_switch_list_item.xml +++ b/app/src/main/res/layout-xlarge/v_switch_list_item.xml @@ -5,7 +5,7 @@ android:layout_width="match_parent" > - <ImageView + <android.support.v7.widget.AppCompatImageView android:id="@+id/material_icon" android:layout_width="?android:attr/listPreferredItemHeight" android:layout_height="?android:attr/listPreferredItemHeight" |