Update: Move to androidx.material/appcompat

Auto Format of code
This commit is contained in:
LooKeR
2021-10-27 00:41:20 +05:30
parent 486d531158
commit 95183dde6b
50 changed files with 305 additions and 384 deletions

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
<androidx.appcompat.widget.LinearLayoutCompat xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@ -11,12 +11,12 @@
android:layout_height="48dp"
android:background="@drawable/bg_item_rounded_ripple" />
<FrameLayout
<com.google.android.material.circularreveal.CircularRevealFrameLayout
android:id="@+id/section_layout"
android:layout_width="match_parent"
android:layout_height="0dp">
<LinearLayout
<androidx.appcompat.widget.LinearLayoutCompat
android:id="@+id/section_change"
android:layout_width="match_parent"
android:layout_height="48dp"
@ -27,13 +27,13 @@
android:paddingEnd="12dp"
tools:ignore="UselessParent">
<TextView
<com.google.android.material.textview.MaterialTextView
android:id="@+id/section_name"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/text_margin"
android:layout_weight="1"
android:gravity="center_vertical"
android:layout_marginStart="@dimen/text_margin"
android:textColor="?android:attr/textColor"
android:textSize="16sp" />
@ -45,8 +45,8 @@
android:src="@drawable/ic_arrow_down"
tools:ignore="ContentDescription" />
</LinearLayout>
</androidx.appcompat.widget.LinearLayoutCompat>
</FrameLayout>
</com.google.android.material.circularreveal.CircularRevealFrameLayout>
</LinearLayout>
</androidx.appcompat.widget.LinearLayoutCompat>