diff options
author | cyBerta <cyberta@riseup.net> | 2018-01-29 16:10:15 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2018-01-29 16:10:15 +0100 |
commit | a22a22d8fffb312b0d6dfdf545ff6fe6f05dbcee (patch) | |
tree | 2357cf452d53d9c55f17729e675d42080518bb51 /app/src/main/res/layout/about.xml | |
parent | 298c33b94c8aada449c98a24cdb2c687af40cbbd (diff) |
#8818 test NavigationDrawer with espresso test and update sdk therefore
Diffstat (limited to 'app/src/main/res/layout/about.xml')
-rw-r--r-- | app/src/main/res/layout/about.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/about.xml b/app/src/main/res/layout/about.xml index 62e858cb..e26629ab 100644 --- a/app/src/main/res/layout/about.xml +++ b/app/src/main/res/layout/about.xml @@ -1,6 +1,6 @@ <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" - android:id="@+id/dashboardLayout" + android:id="@+id/aboutLayout" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" |