Skip to content

Commit dc8b95a

Browse files
committed
Camera share dialog show function and layout done
1 parent ab675aa commit dc8b95a

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

Android/Layout_Version/app/src/main/res/drawable/round_button_share.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<stroke
44
android:width="0dp" />
55

6-
<solid android:color="#ffff54" />
6+
<solid android:color="#dede49" />
77

88
<padding
99
android:left="1dp"

Android/Layout_Version/app/src/main/res/layout/device_share.xml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,17 @@
5050

5151
<Button
5252
android:id="@+id/shareButton"
53-
android:layout_width="wrap_content"
53+
android:layout_width="0dp"
5454
android:layout_height="wrap_content"
5555
android:layout_marginStart="15dp"
5656
android:background="@drawable/round_button_share"
57+
android:letterSpacing="0.2"
58+
android:paddingStart="10dp"
59+
android:paddingEnd="10dp"
5760
android:text="Share"
5861
android:textColor="#3C3C3C"
5962
app:layout_constraintBottom_toBottomOf="parent"
63+
app:layout_constraintEnd_toEndOf="parent"
6064
app:layout_constraintStart_toEndOf="@+id/imageView5"
6165
app:layout_constraintTop_toBottomOf="@+id/textView8" />
6266

@@ -139,13 +143,17 @@
139143

140144
<Button
141145
android:id="@+id/connectButton"
142-
android:layout_width="wrap_content"
146+
android:layout_width="0dp"
143147
android:layout_height="wrap_content"
144148
android:layout_marginStart="15dp"
145149
android:background="@drawable/round_button"
150+
android:letterSpacing="0.2"
151+
android:paddingStart="10dp"
152+
android:paddingEnd="10dp"
146153
android:text="Connect"
147154
android:textColor="#FFFFFF"
148155
app:layout_constraintBottom_toBottomOf="parent"
156+
app:layout_constraintEnd_toEndOf="parent"
149157
app:layout_constraintStart_toEndOf="@+id/imageView15"
150158
app:layout_constraintTop_toBottomOf="@+id/textView18" />
151159

0 commit comments

Comments
 (0)