diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-07-30 14:42:33 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-07-30 14:43:56 +0200 |
commit | d5cde431589ee4de8d3d1c019e65f4b9e609a301 (patch) | |
tree | fd8eb20aa2d41e4954083cabc1b92b5efc2c90ad /app/src/main/res/layout | |
parent | 6493a9a1f2878f9c95472fc86052b8facab66341 (diff) |
Replace hard-coded colors with theme colors
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/app_list_item.xml | 2 | ||||
-rw-r--r-- | app/src/main/res/layout/tunnel_list_item.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/app_list_item.xml b/app/src/main/res/layout/app_list_item.xml index d4a41c83..4519a3a4 100644 --- a/app/src/main/res/layout/app_list_item.xml +++ b/app/src/main/res/layout/app_list_item.xml @@ -22,7 +22,7 @@ <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" - android:background="@drawable/list_item_background_anim" + android:background="@drawable/list_item_background" android:padding="16dp" android:orientation="horizontal" android:gravity="center_vertical" diff --git a/app/src/main/res/layout/tunnel_list_item.xml b/app/src/main/res/layout/tunnel_list_item.xml index c1ea004a..ba36fe65 100644 --- a/app/src/main/res/layout/tunnel_list_item.xml +++ b/app/src/main/res/layout/tunnel_list_item.xml @@ -28,7 +28,7 @@ <RelativeLayout android:layout_width="match_parent" android:layout_height="wrap_content" - android:background="@drawable/list_item_background_anim" + android:background="@drawable/list_item_background" android:descendantFocusability="blocksDescendants" android:padding="16dp"> |