Skip to content

Commit eb041b0

Browse files
committed
Update and clean up main activity layout file
1 parent d319631 commit eb041b0

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

sample/src/main/res/layout/activity_main.xml

+2-7
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
android:layout_width="60dp"
4747
android:layout_height="60dp"
4848
android:layout_marginLeft="8dp"
49-
android:paddingRight="10dp"
5049
app:highlightEnable="false"
5150
app:avatar_backgroundColor="#8E24AA"
5251
app:avatar_text="B"
@@ -67,7 +66,6 @@
6766
android:layout_width="60dp"
6867
android:layout_height="60dp"
6968
android:layout_marginLeft="8dp"
70-
android:padding="0dp"
7169
android:src="@drawable/figure2"
7270
app:avatar_state="IMAGE"
7371
app:avatar_backgroundColor="#1976D2"
@@ -97,16 +95,13 @@
9795
android:layout_height="170dp"
9896
android:layout_marginRight="8dp"
9997
android:src="@drawable/figure"
100-
app:highlightColor="#801970ea"
98+
app:highlightColor="#80fb1743"
10199
app:strokeColor="@color/colorAccent"
102100
app:strokeWidth="2px"/>
103101

104102
<com.github.abdularis.civ.CircleImageView
105103
android:layout_width="160dp"
106-
android:layout_height="180dp"
107-
android:background="@color/colorAccent"
108-
android:paddingTop="30dp"
109-
android:paddingBottom="30dp"
104+
android:layout_height="160dp"
110105
android:src="@drawable/figure2"
111106
android:onClick="onCircleImageClick"
112107
app:strokeColor="@color/colorAccent"/>

0 commit comments

Comments
 (0)