Refactor code
This commit is contained in:
parent
1bd8b15aad
commit
72350898bb
10 changed files with 51 additions and 59 deletions
|
@ -47,6 +47,7 @@
|
|||
android:layout_height="match_parent"
|
||||
android:clipToPadding="false"
|
||||
android:layoutAnimation="@anim/layout_animation_fall_down"
|
||||
android:paddingBottom="96dp"
|
||||
android:scrollbars="none"
|
||||
app:layout_behavior="com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior" />
|
||||
|
||||
|
|
|
@ -76,4 +76,8 @@
|
|||
<attr name="android:textAppearance" />
|
||||
<attr name="android:fontFamily" />
|
||||
</declare-styleable>
|
||||
|
||||
<declare-styleable name="CircleRectView">
|
||||
<attr name="circleRadius" format="dimension" />
|
||||
</declare-styleable>
|
||||
</resources>
|
Loading…
Add table
Add a link
Reference in a new issue