diff options
| author | Benjamin Linskey | 2025-10-07 02:39:27 -0400 |
|---|---|---|
| committer | Benjamin Linskey | 2025-10-07 02:39:27 -0400 |
| commit | 7671604dec4d6211fcd601dc1dc8d0b0e0bc70c6 (patch) | |
| tree | ba08b4bd1255820e38387c5718f75dc3476859aa | |
| parent | ac34557a1377b24f1e4bbebf6fe819b72e568e5b (diff) | |
| download | greek-reference-7671604dec4d6211fcd601dc1dc8d0b0e0bc70c6.tar.gz | |
Clean up tablet layout XML
| -rw-r--r-- | GreekReference/src/main/res/layout/activity_item_twopane.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/GreekReference/src/main/res/layout/activity_item_twopane.xml b/GreekReference/src/main/res/layout/activity_item_twopane.xml index 7d8fa38..017baea 100644 --- a/GreekReference/src/main/res/layout/activity_item_twopane.xml +++ b/GreekReference/src/main/res/layout/activity_item_twopane.xml @@ -1,12 +1,10 @@ <androidx.drawerlayout.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/drawer_layout" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="?attr/colorPrimaryDark" - tools:context=".ItemListActivity"> + android:background="?attr/colorPrimaryDark"> <LinearLayout android:layout_width="match_parent" |