|
13 | 13 | name="settings"
|
14 | 14 | type="String" />
|
15 | 15 |
|
16 |
| - <variable |
17 |
| - name="followList" |
18 |
| - type="String" /> |
19 |
| - |
20 |
| - <variable |
21 |
| - name="commentList" |
22 |
| - type="String" /> |
23 |
| - |
24 |
| - |
25 | 16 | <variable
|
26 | 17 | name="profileButtonClickListener"
|
27 | 18 | type="net.pengcook.android.presentation.profile.ProfileButtonClickListener" />
|
28 | 19 | </data>
|
29 | 20 |
|
30 | 21 | <LinearLayout
|
31 |
| - android:paddingHorizontal="8dp" |
| 22 | + android:paddingHorizontal="1dp" |
32 | 23 | android:orientation="vertical"
|
33 | 24 | android:layout_width="match_parent"
|
34 | 25 | android:layout_height="wrap_content">
|
|
72 | 63 | tools:text="Next" />
|
73 | 64 |
|
74 | 65 | </LinearLayout>
|
75 |
| - |
76 |
| - <LinearLayout |
77 |
| - android:layout_width="match_parent" |
78 |
| - android:layout_height="wrap_content" |
79 |
| - android:orientation="horizontal" |
80 |
| - android:paddingBottom="12dp"> |
81 |
| - |
82 |
| - <TextView |
83 |
| - android:id="@+id/btn_follows" |
84 |
| - style="@style/BasicButton.RadiusButton.ThinButton" |
85 |
| - android:layout_width="match_parent" |
86 |
| - android:layout_height="wrap_content" |
87 |
| - android:layout_weight="1" |
88 |
| - android:onClick="@{() -> profileButtonClickListener.onFollowListBtnClick()}" |
89 |
| - android:paddingVertical="8dp" |
90 |
| - android:text="@{followList}" |
91 |
| - app:layout_constraintEnd_toEndOf="parent" |
92 |
| - app:layout_constraintStart_toStartOf="parent" |
93 |
| - app:layout_constraintTop_toTopOf="parent" |
94 |
| - tools:text="Next" /> |
95 |
| - |
96 |
| - <View |
97 |
| - android:layout_width="8dp" |
98 |
| - android:layout_height="8dp" /> |
99 |
| - |
100 |
| - <TextView |
101 |
| - android:id="@+id/btn_comments" |
102 |
| - style="@style/BasicButton.RadiusButton.ThinButton" |
103 |
| - android:layout_width="match_parent" |
104 |
| - android:layout_height="wrap_content" |
105 |
| - android:layout_weight="1" |
106 |
| - android:onClick="@{() -> profileButtonClickListener.onCommentListBtnClick()}" |
107 |
| - android:paddingVertical="8dp" |
108 |
| - android:text="@{commentList}" |
109 |
| - app:layout_constraintEnd_toEndOf="parent" |
110 |
| - app:layout_constraintStart_toStartOf="parent" |
111 |
| - app:layout_constraintTop_toTopOf="parent" |
112 |
| - tools:text="Next" /> |
113 |
| - |
114 |
| - </LinearLayout> |
115 | 66 | </LinearLayout>
|
116 | 67 | </layout>
|
0 commit comments