|
|
@@ -3,7 +3,7 @@
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
- android:layout_width="61dp"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:gravity="center"
|
|
|
android:orientation="vertical">
|
|
|
@@ -18,7 +18,7 @@
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/text_view_main_contents"
|
|
|
- android:layout_width="68dp"
|
|
|
+ android:layout_width="61dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="13dp"
|
|
|
android:gravity="center_horizontal"
|