|
|
|
@ -12,14 +12,11 @@ |
|
|
|
style="@style/PokerAnalyticsTheme.TextView.RowTitle" |
|
|
|
style="@style/PokerAnalyticsTheme.TextView.RowTitle" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginTop="16dp" |
|
|
|
|
|
|
|
android:layout_marginEnd="8dp" |
|
|
|
android:layout_marginEnd="8dp" |
|
|
|
android:layout_marginBottom="16dp" |
|
|
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
app:layout_constraintEnd_toStartOf="@+id/switchView" |
|
|
|
app:layout_constraintEnd_toStartOf="@+id/switchView" |
|
|
|
app:layout_constraintStart_toStartOf="@+id/guidelineStart" |
|
|
|
app:layout_constraintStart_toStartOf="@+id/guidelineStart" |
|
|
|
app:layout_constraintTop_toTopOf="parent" |
|
|
|
app:layout_constraintTop_toTopOf="parent" |
|
|
|
app:layout_constraintVertical_bias="0.0" |
|
|
|
|
|
|
|
tools:text="Data Type Title" /> |
|
|
|
tools:text="Data Type Title" /> |
|
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.SwitchCompat |
|
|
|
<androidx.appcompat.widget.SwitchCompat |
|
|
|
|