diff options
Diffstat (limited to 'app/src/main/res/layout-land/config_activity.xml')
-rw-r--r-- | app/src/main/res/layout-land/config_activity.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/app/src/main/res/layout-land/config_activity.xml b/app/src/main/res/layout-land/config_activity.xml index 6b327e01..aa310a43 100644 --- a/app/src/main/res/layout-land/config_activity.xml +++ b/app/src/main/res/layout-land/config_activity.xml @@ -20,5 +20,13 @@ android:background="?android:attr/colorPrimary" android:paddingEnd="0dp" android:paddingStart="4dp" - tools:ignore="InconsistentLayout" /> + 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> </LinearLayout> |