Skip to content

Commit 0b206f1

Browse files
committed
Update textview attributes
1 parent 5ad30fb commit 0b206f1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/src/main/res/layout/fragment_device_id.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
android:layout_height="wrap_content"
1717
android:text="@string/device_id_title"
1818
android:textColor="@color/normal_text"
19-
android:textSize="15sp"
19+
android:textSize="16sp"
20+
android:textStyle="bold"
2021
app:layout_constraintStart_toStartOf="parent"
2122
app:layout_constraintTop_toTopOf="parent" />
2223

@@ -27,7 +28,7 @@
2728
android:layout_marginTop="5dp"
2829
android:textColor="@color/normal_text"
2930
android:textSize="24sp"
30-
android:textStyle="bold"
31+
android:textIsSelectable="true"
3132
app:layout_constraintEnd_toEndOf="parent"
3233
app:layout_constraintStart_toStartOf="@+id/device_id_title"
3334
app:layout_constraintTop_toBottomOf="@+id/device_id_title"

0 commit comments

Comments
 (0)