diff options
author | Samuel Holland <samuel@sholland.org> | 2017-08-22 23:09:55 -0500 |
---|---|---|
committer | Samuel Holland <samuel@sholland.org> | 2017-08-22 23:10:41 -0500 |
commit | c1cdea42b6261008596d6924dcc488aef289b0d2 (patch) | |
tree | c7da715b0a02ad993e588f535259d99a896fde1b /app/src/main/res/layout-land | |
parent | 3a264f7020005383bf98e4d3f4d39c1b10477bf1 (diff) |
Finish first pass of config editor fields
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app/src/main/res/layout-land')
-rw-r--r-- | app/src/main/res/layout-land/config_activity.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/src/main/res/layout-land/config_activity.xml b/app/src/main/res/layout-land/config_activity.xml index aa310a43..72792af5 100644 --- a/app/src/main/res/layout-land/config_activity.xml +++ b/app/src/main/res/layout-land/config_activity.xml @@ -17,15 +17,11 @@ 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"> <TextView android:layout_width="match_parent" android:layout_height="match_parent" - android:background="?android:attr/colorBackground" android:gravity="center" android:text="@string/placeholder_text" /> </FrameLayout> |