diff options
author | cyBerta <cyberta@riseup.net> | 2017-11-09 14:57:15 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2017-11-09 14:57:15 +0100 |
commit | d7f5c4211ed81dde5c3bb94d54e88e805d576ca9 (patch) | |
tree | 4fd52a95a200e88eba9f40d7f2ade79d892d9921 /app/src/main/res/layout-xlarge/dashboard.xml | |
parent | 380fabcb9af673428d1e223dd2a145bb9d761ebe (diff) |
8782 fixes app crashes due to missing layout references, removes unneeded layout files, minor layout clean up
Diffstat (limited to 'app/src/main/res/layout-xlarge/dashboard.xml')
-rw-r--r-- | app/src/main/res/layout-xlarge/dashboard.xml | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/app/src/main/res/layout-xlarge/dashboard.xml b/app/src/main/res/layout-xlarge/dashboard.xml index 3c93a04c..b9c78b68 100644 --- a/app/src/main/res/layout-xlarge/dashboard.xml +++ b/app/src/main/res/layout-xlarge/dashboard.xml @@ -22,28 +22,10 @@ android:textAppearance="?android:attr/textAppearanceMedium" /> <LinearLayout + android:id="@+id/user.status.fragment" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginLeft="32dp" - android:layout_marginStart="32dp"> - <ProgressBar - android:id="@+id/user_session_status_progress" - android:layout_width="wrap_content" - android:layout_height="fill_parent" - android:indeterminate="true" - android:visibility="gone"/> - <TextView - android:id="@+id/user_session_status" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:textSize="18sp" - android:layout_marginLeft="10dp" - android:layout_marginStart="10dp" - android:ellipsize="marquee" - android:singleLine="true" - android:textAppearance="?android:attr/textAppearanceMedium" - /> - </LinearLayout> + android:orientation="horizontal"/> <LinearLayout android:id="@+id/servicesCollection" |