Commit d0a1228a authored by Vladislav Bogdashkin's avatar Vladislav Bogdashkin 🎣

settigns icons

parent 72a23a90
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<androidx.core.widget.NestedScrollView xmlns:tools="http://schemas.android.com/tools" <androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/nestedScrollContainer" android:id="@+id/nestedScrollContainer"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
xmlns:android="http://schemas.android.com/apk/res/android"> android:background="@color/colorPrimary">
<LinearLayout <LinearLayout
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.google.android.material.textview.MaterialTextView
style="@style/LiteText.Divider"
android:layout_width="match_parent"
android:layout_height="48dp"
android:gravity="bottom"
android:paddingStart="16dp"
android:paddingEnd="16dp"
android:paddingBottom="8dp"
android:text="PUSH УВЕДОМЛЕНИЯ" />
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/pushRecyclerView"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="match_parent"
android:orientation="vertical" android:orientation="vertical">
tools:itemCount="1"
tools:listitem="@layout/bell_switcher_with_text_viewholder" />
<com.google.android.material.textview.MaterialTextView
style="@style/LiteText.Divider"
android:layout_width="match_parent"
android:layout_height="48dp"
android:gravity="bottom"
android:paddingStart="16dp"
android:paddingEnd="16dp"
android:paddingBottom="8dp"
android:text="PUSH УВЕДОМЛЕНИЯ" />
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/pushRecyclerView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
tools:itemCount="1"
tools:listitem="@layout/bell_switcher_with_text_viewholder" />
<com.google.android.material.textview.MaterialTextView
style="@style/LiteText.Divider"
android:layout_width="match_parent"
android:layout_height="48dp"
android:gravity="bottom"
android:paddingStart="16dp"
android:paddingEnd="16dp"
android:paddingBottom="8dp"
android:text="ОФФЛАЙН ДОСТУП" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="16dp"
android:orientation="horizontal"
android:weightSum="1">
<com.google.android.material.textview.MaterialTextView <com.google.android.material.textview.MaterialTextView
android:id="@+id/downloadFlatCardsText" style="@style/LiteText.Divider"
style="@style/Common_Text.Default" android:layout_width="match_parent"
android:layout_width="0dp" android:layout_height="48dp"
android:gravity="bottom"
android:paddingStart="16dp"
android:paddingEnd="16dp"
android:paddingBottom="8dp"
android:text="ОФФЛАЙН ДОСТУП" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginEnd="32dp" android:layout_margin="16dp"
android:layout_weight="1" android:orientation="horizontal"
android:gravity="start|center_vertical" android:weightSum="1">
android:text="Скачать карточки моих
<com.google.android.material.textview.MaterialTextView
android:id="@+id/downloadFlatCardsText"
style="@style/Common_Text.Default"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginEnd="32dp"
android:layout_weight="1"
android:gravity="start|center_vertical"
android:text="Скачать карточки моих
квартир из избранного квартир из избранного
и сделок (4 MB)" /> и сделок (4 MB)" />
<ImageView <ImageView
android:id="@+id/downloadFlatCardsIcon" android:id="@+id/downloadFlatCardsIcon"
android:layout_width="24dp" android:layout_width="24dp"
android:layout_height="24dp" android:layout_height="24dp"
android:layout_gravity="end|center_vertical" android:layout_gravity="end|center_vertical"
android:src="@drawable/ic_flat" android:src="@drawable/ic_flat"
android:weightSum="1" /> android:weightSum="1"
</LinearLayout> app:srcCompat="@drawable/ic_download" />
</LinearLayout>
<include layout="@layout/horizontal_divider"
android:layout_width="match_parent" <include
android:layout_height="wrap_content"/> layout="@layout/horizontal_divider"
android:layout_width="match_parent"
<LinearLayout android:layout_height="wrap_content" />
android:layout_width="match_parent"
android:layout_height="wrap_content" <LinearLayout
android:layout_margin="16dp" android:layout_width="match_parent"
android:orientation="horizontal"
android:weightSum="1">
<com.google.android.material.textview.MaterialTextView
android:id="@+id/downloadToursText"
style="@style/Common_Text.Default"
android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginEnd="32dp" android:layout_margin="16dp"
android:layout_weight="1" android:orientation="horizontal"
android:gravity="start|center_vertical" android:weightSum="1">
android:text="Скачать виртуальные туры
<com.google.android.material.textview.MaterialTextView
android:id="@+id/downloadToursText"
style="@style/Common_Text.Default"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginEnd="32dp"
android:layout_weight="1"
android:gravity="start|center_vertical"
android:text="Скачать виртуальные туры
моих квартир из избранного моих квартир из избранного
и сделок (477 MB)" /> и сделок (477 MB)" />
<ImageView <ImageView
android:id="@+id/downloadToursIcon" android:id="@+id/downloadToursIcon"
android:layout_width="24dp" android:layout_width="24dp"
android:layout_height="24dp" android:layout_height="24dp"
android:layout_gravity="end|center_vertical" android:layout_gravity="end|center_vertical"
android:src="@drawable/ic_flat" android:src="@drawable/ic_flat"
android:weightSum="1" /> android:weightSum="1"
</LinearLayout> app:srcCompat="@drawable/ic_download" />
</LinearLayout>
<com.google.android.material.textview.MaterialTextView
style="@style/LiteText.Divider"
android:layout_width="match_parent"
android:layout_height="48dp"
android:gravity="bottom"
android:paddingStart="16dp"
android:paddingEnd="16dp"
android:paddingBottom="8dp"
android:text="КЕШИРОВАННЫЕ ДАННЫX" />
<com.google.android.material.textview.MaterialTextView
style="@style/LiteText.Divider"
android:layout_width="match_parent"
android:layout_height="48dp"
android:gravity="bottom"
android:paddingStart="16dp"
android:paddingEnd="16dp"
android:paddingBottom="8dp"
android:text="КЕШИРОВАННЫЕ ДАННЫX" />
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/cachedRecyclerView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
tools:itemCount="1"
tools:listitem="@layout/text_description_viewholder" />
<androidx.recyclerview.widget.RecyclerView <com.google.android.material.textview.MaterialTextView
android:id="@+id/cachedRecyclerView" style="@style/Default_TextView.Cancel_Text"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:orientation="vertical" android:layout_margin="32dp" />
tools:itemCount="1"
tools:listitem="@layout/text_description_viewholder" />
<com.google.android.material.textview.MaterialTextView
style="@style/Default_TextView.Cancel_Text"
android:layout_margin="32dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
/>
<com.google.android.material.textview.MaterialTextView <com.google.android.material.textview.MaterialTextView
style="@style/LiteText.Divider" style="@style/LiteText.Divider"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="48dp" android:layout_height="48dp"
android:gravity="bottom" android:gravity="bottom"
android:paddingStart="16dp" android:paddingStart="16dp"
android:paddingEnd="16dp" android:paddingEnd="16dp"
android:paddingBottom="8dp" android:paddingBottom="8dp"
android:text="ВЫ АВТОРИЗОВАНЫ КАК USERNAME@DOMAIN.COM" /> android:text="ВЫ АВТОРИЗОВАНЫ КАК USERNAME@DOMAIN.COM" />
<com.google.android.material.textview.MaterialTextView <com.google.android.material.textview.MaterialTextView
android:id="@+id/signOutButton" android:id="@+id/signOutButton"
style="@style/Default_TextView.Cancel_Text" style="@style/Default_TextView.Cancel_Text"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_margin="32dp" android:layout_margin="32dp"
android:text="СМЕНИТЬ АККАУНТ" /> android:text="СМЕНИТЬ АККАУНТ" />
</LinearLayout> </LinearLayout>
</androidx.core.widget.NestedScrollView> </androidx.core.widget.NestedScrollView>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment