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

settigns icons

parent 72a23a90
<?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:layout_width="match_parent"
android:layout_height="wrap_content"
xmlns:android="http://schemas.android.com/apk/res/android">
android:background="@color/colorPrimary">
<LinearLayout
android:orientation="vertical"
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:orientation="vertical">
<com.google.android.material.textview.MaterialTextView
style="@style/LiteText.Divider"
......@@ -64,12 +66,14 @@
android:layout_height="24dp"
android:layout_gravity="end|center_vertical"
android:src="@drawable/ic_flat"
android:weightSum="1" />
android:weightSum="1"
app:srcCompat="@drawable/ic_download" />
</LinearLayout>
<include layout="@layout/horizontal_divider"
<include
layout="@layout/horizontal_divider"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
android:layout_height="wrap_content" />
<LinearLayout
android:layout_width="match_parent"
......@@ -96,7 +100,8 @@
android:layout_height="24dp"
android:layout_gravity="end|center_vertical"
android:src="@drawable/ic_flat"
android:weightSum="1" />
android:weightSum="1"
app:srcCompat="@drawable/ic_download" />
</LinearLayout>
......@@ -121,10 +126,9 @@
<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"
/>
android:layout_margin="32dp" />
<com.google.android.material.textview.MaterialTextView
......@@ -145,5 +149,5 @@
android:layout_height="wrap_content"
android:layout_margin="32dp"
android:text="СМЕНИТЬ АККАУНТ" />
</LinearLayout>
</LinearLayout>
</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