Welcome to mirror list, hosted at ThFree Co, Russian Federation.

fragment_newsreader_list_footer.xml « layout « res « main « src « News-Android-App - github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ee3c7fc4bbc3e304b10bee241583c2f1c17aac71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:orientation="vertical"
    android:layout_width="match_parent"
    android:layout_height="wrap_content">

    <com.google.android.material.navigation.NavigationView
        app:itemIconPadding="23dp"
        app:itemHorizontalPadding="13dp"
        android:id="@+id/listfooterMenu"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:background="@color/app_drawer_feed_list_background_color"
        app:menu="@menu/list_footer_menu" />
</LinearLayout>