use view binding for about activity
This commit is contained in:
parent
3cf4b90779
commit
d30acf9512
4 changed files with 63 additions and 92 deletions
|
|
@ -6,23 +6,28 @@
|
|||
android:padding="8dp">
|
||||
|
||||
<include
|
||||
android:id="@+id/about_layout"
|
||||
layout="@layout/card_about_app"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="8dp" />
|
||||
|
||||
<include
|
||||
android:id="@+id/author_layout"
|
||||
layout="@layout/card_author"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="8dp" />
|
||||
|
||||
<include
|
||||
android:id="@+id/support_layout"
|
||||
layout="@layout/card_support_development"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="8dp" />
|
||||
|
||||
<include layout="@layout/card_special_thanks" />
|
||||
<include
|
||||
android:id="@+id/thanks_layout"
|
||||
layout="@layout/card_special_thanks" />
|
||||
|
||||
</LinearLayout>
|
||||
Loading…
Add table
Add a link
Reference in a new issue