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-sw600dp | |
parent | 298c33b94c8aada449c98a24cdb2c687af40cbbd (diff) |
#8818 test NavigationDrawer with espresso test and update sdk therefore
Diffstat (limited to 'app/src/main/res/layout-sw600dp')
-rw-r--r-- | app/src/main/res/layout-sw600dp/f_log.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/layout-sw600dp/f_log.xml b/app/src/main/res/layout-sw600dp/f_log.xml index 9ad30208..ec66af07 100644 --- a/app/src/main/res/layout-sw600dp/f_log.xml +++ b/app/src/main/res/layout-sw600dp/f_log.xml @@ -5,12 +5,12 @@ --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="horizontal" - android:padding="20dp" > - + android:padding="20dp" + android:id="@+id/log_layout" + > <LinearLayout android:background="@drawable/white_rect" |