|
|
@@ -26,7 +26,7 @@
|
|
|
|
|
|
<LinearLayout
|
|
|
android:id="@+id/totalScoreLayout"
|
|
|
- android:layout_width="@dimen/divider_190px"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="@dimen/divider_58px"
|
|
|
android:layout_marginTop="@dimen/divider_418px"
|
|
|
android:gravity="center"
|
|
|
@@ -69,7 +69,7 @@
|
|
|
|
|
|
<LinearLayout
|
|
|
android:id="@+id/gameLevelScoreLayout"
|
|
|
- android:layout_width="@dimen/divider_190px"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="@dimen/divider_58px"
|
|
|
android:layout_marginTop="@dimen/divider_12px"
|
|
|
android:gravity="center"
|