Skip to content

Commit e506dfc

Browse files
committed
make the library names full width
1 parent 822d380 commit e506dfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<TextView
2121
android:id="@+id/license_butterknife_title"
22-
android:layout_width="wrap_content"
22+
android:layout_width="match_parent"
2323
android:layout_height="wrap_content"
2424
android:paddingTop="@dimen/activity_margin"
2525
android:text="@string/butterknife_title"
@@ -33,7 +33,7 @@
3333

3434
<TextView
3535
android:id="@+id/license_ambilwarna_title"
36-
android:layout_width="wrap_content"
36+
android:layout_width="match_parent"
3737
android:layout_height="wrap_content"
3838
android:paddingTop="@dimen/activity_margin"
3939
android:text="@string/ambilwarna_title"

0 commit comments

Comments
 (0)