diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-25 13:03:21 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-25 13:03:21 +0300 |
| commit | 46376aeb3aec02e8b7f3f314f1d1d66796972111 (patch) | |
| tree | d4a0a276575cde996186c893553101efd5ac74e8 /org.fox.ttrss/src/main/res | |
| parent | 0fd1479c4d25c0b60b956ed528ed456d3a1bc4ef (diff) | |
empty drawer header, move settings to root categories list as a footer
Diffstat (limited to 'org.fox.ttrss/src/main/res')
| -rwxr-xr-x | org.fox.ttrss/src/main/res/layout/fragment_feeds.xml | 43 |
1 files changed, 1 insertions, 42 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/fragment_feeds.xml b/org.fox.ttrss/src/main/res/layout/fragment_feeds.xml index 5adec284..408e3840 100755 --- a/org.fox.ttrss/src/main/res/layout/fragment_feeds.xml +++ b/org.fox.ttrss/src/main/res/layout/fragment_feeds.xml @@ -10,54 +10,13 @@ <com.google.android.material.appbar.AppBarLayout android:background="@null" android:layout_width="match_parent" - android:layout_height="wrap_content"> + android:layout_height="8dp"> <FrameLayout app:layout_scrollFlags="scroll|enterAlways" android:layout_width="match_parent" android:layout_height="wrap_content"> - <com.google.android.material.button.MaterialButton - style="?attr/materialIconButtonStyle" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:scaleX="1.5" - android:scaleY="1.5" - app:icon="@drawable/baseline_settings_24" - android:id="@+id/drawer_settings_btn" - android:layout_gravity="center_vertical|end" /> - - <LinearLayout - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:orientation="vertical" - android:layout_alignParentBottom="true" - android:layout_alignParentLeft="true" - android:layout_alignParentStart="true" - android:id="@+id/linearLayout" - android:layout_gravity="center_horizontal|bottom"> - - <TextView - android:id="@+id/drawer_header_login" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_marginStart="16dp" - tools:text="user" - android:textAppearance="?attr/textAppearanceHeadlineSmall" - android:textColor="?attr/colorOnSurface"/> - - <TextView - android:id="@+id/drawer_header_server" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_marginStart="16dp" - android:layout_marginTop="8dp" - android:layout_marginBottom="8dp" - tools:text="example.org" - android:textAppearance="?attr/textAppearanceTitleSmall" - android:textColor="?attr/colorOnSurfaceVariant"/> - </LinearLayout> - <com.google.android.material.progressindicator.LinearProgressIndicator android:id="@+id/loading_progress" android:max="100" |