diff options
author | Samuel Holland <samuel@sholland.org> | 2017-08-16 01:20:36 -0500 |
---|---|---|
committer | Samuel Holland <samuel@sholland.org> | 2017-08-16 01:38:46 -0500 |
commit | 9e36e0d9c6bedec3238717fe694fd0bf16480bb9 (patch) | |
tree | 91a5730651d7aafa37e61c5ed7813d6b239c1979 /app/src/main/res/layout-land/config_activity.xml | |
parent | 76eb65d7d5d15ff38823939db4979eb5c1f3bd24 (diff) |
ConfigActivity: Make the two-pane layout more readable
Highlight the selected configuration, and add a border between the two
panes.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app/src/main/res/layout-land/config_activity.xml')
-rw-r--r-- | app/src/main/res/layout-land/config_activity.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/res/layout-land/config_activity.xml b/app/src/main/res/layout-land/config_activity.xml index b9c729fa..6b327e01 100644 --- a/app/src/main/res/layout-land/config_activity.xml +++ b/app/src/main/res/layout-land/config_activity.xml @@ -17,5 +17,8 @@ android:layout_width="0dp" android:layout_height="match_parent" android:layout_weight="2" + android:background="?android:attr/colorPrimary" + android:paddingEnd="0dp" + android:paddingStart="4dp" tools:ignore="InconsistentLayout" /> </LinearLayout> |