little changes
This commit is contained in:
		| @ -5,7 +5,8 @@ | ||||
|         xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|         xmlns:app="http://schemas.android.com/apk/res-auto" | ||||
|         android:layout_width="match_parent" | ||||
|         android:layout_height="match_parent"> | ||||
|         android:layout_height="match_parent" | ||||
|         android:keepScreenOn="true"> | ||||
|  | ||||
|     <LinearLayout | ||||
|             android:layout_width="match_parent" | ||||
|  | ||||
| @ -5,7 +5,8 @@ | ||||
|         xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|         xmlns:app="http://schemas.android.com/apk/res-auto" | ||||
|         android:layout_width="match_parent" | ||||
|         android:layout_height="match_parent"> | ||||
|         android:layout_height="match_parent" | ||||
|         android:keepScreenOn="true"> | ||||
|  | ||||
|     <LinearLayout | ||||
|             android:layout_width="match_parent" | ||||
| @ -80,7 +81,7 @@ | ||||
|                     app:layout_constraintStart_toEndOf="@+id/imgService0" | ||||
|                     app:layout_constraintTop_toTopOf="parent" | ||||
|                     tools:text="@string/button_text" android:layout_margin="8dp" android:layout_weight="1" | ||||
|                     android:theme="@style/ScoreButton"/> | ||||
|                     android:theme="@style/ScoreButton" android:layout_marginLeft="8dp"/> | ||||
|  | ||||
|             <Button | ||||
|                     android:id="@+id/buttonPlayer1" | ||||
| @ -126,7 +127,6 @@ | ||||
|                 android:layout_width="match_parent" | ||||
|                 android:layout_height="wrap_content" | ||||
|                 android:text="@string/iconCredits" | ||||
|                 app:layout_constraintTop_toBottomOf="@+id/PingPointsCredit" | ||||
|                 app:layout_constraintStart_toStartOf="parent" | ||||
|                 android:layout_marginStart="8dp" app:layout_constraintEnd_toEndOf="parent" | ||||
|                 android:layout_marginEnd="8dp" | ||||
|  | ||||
| @ -13,12 +13,14 @@ | ||||
|         <ImageView | ||||
|                 app:srcCompat="@drawable/ic_stt" | ||||
|                 android:layout_width="match_parent" | ||||
|                 android:layout_height="wrap_content" android:id="@+id/imageView" android:layout_margin="8dp"/> | ||||
|                 android:layout_height="wrap_content" android:id="@+id/icStt" android:layout_margin="8dp" | ||||
|                 android:contentDescription="@string/STT"/> | ||||
|         <TextView | ||||
|                 android:layout_width="match_parent" | ||||
|                 android:layout_height="wrap_content" | ||||
|                 android:text="@string/STT_hint" android:id="@+id/sttHintTextView" android:layout_margin="8dp" | ||||
|                 android:textAppearance="@style/TextAppearance.AppCompat.Medium" android:gravity="center"/> | ||||
|                 android:text="@string/STT_hint" android:id="@+id/sttHintTextView" | ||||
|                 android:textAppearance="@style/TextAppearance.AppCompat.Medium" android:gravity="center" | ||||
|                 android:layout_marginLeft="8dp" android:layout_marginRight="8dp"/> | ||||
|         <TextView | ||||
|                 android:layout_width="match_parent" | ||||
|                 android:layout_height="wrap_content" android:id="@+id/partialResultTextView" | ||||
|  | ||||
		Reference in New Issue
	
	Block a user