Refactor code

This commit is contained in:
h4h13 2019-11-13 18:37:44 +05:30
parent 1bd8b15aad
commit 72350898bb
10 changed files with 51 additions and 59 deletions

View file

@ -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" />

View file

@ -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>