|
|
|
@ -4,14 +4,14 @@ |
|
|
|
xmlns:tools="http://schemas.android.com/tools" |
|
|
|
xmlns:tools="http://schemas.android.com/tools" |
|
|
|
android:id="@+id/container" |
|
|
|
android:id="@+id/container" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="48dp" |
|
|
|
android:background="?selectableItemBackground"> |
|
|
|
android:background="?selectableItemBackground"> |
|
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView |
|
|
|
<androidx.appcompat.widget.AppCompatTextView |
|
|
|
android:id="@+id/title" |
|
|
|
android:id="@+id/title" |
|
|
|
|
|
|
|
style="@style/PokerAnalyticsTheme.TextView.RowTitle" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
style="@style/PokerAnalyticsTheme.TextView.RowTitle" |
|
|
|
|
|
|
|
android:layout_marginTop="16dp" |
|
|
|
android:layout_marginTop="16dp" |
|
|
|
android:layout_marginEnd="8dp" |
|
|
|
android:layout_marginEnd="8dp" |
|
|
|
android:layout_marginBottom="16dp" |
|
|
|
android:layout_marginBottom="16dp" |
|
|
|
@ -44,24 +44,4 @@ |
|
|
|
app:layout_constraintEnd_toStartOf="@+id/guidelineEnd" |
|
|
|
app:layout_constraintEnd_toStartOf="@+id/guidelineEnd" |
|
|
|
app:layout_constraintTop_toTopOf="parent" /> |
|
|
|
app:layout_constraintTop_toTopOf="parent" /> |
|
|
|
|
|
|
|
|
|
|
|
<FrameLayout |
|
|
|
|
|
|
|
android:id="@+id/rowTitleSwitch.separator" |
|
|
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
|
|
android:layout_height="16dp" |
|
|
|
|
|
|
|
android:visibility="gone" |
|
|
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
|
|
|
|
tools:visibility="visible"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<View |
|
|
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
|
|
android:layout_height="1dp" |
|
|
|
|
|
|
|
android:layout_gravity="center" |
|
|
|
|
|
|
|
android:layout_marginStart="16dp" |
|
|
|
|
|
|
|
android:layout_marginEnd="16dp" |
|
|
|
|
|
|
|
android:background="@color/kaki" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</FrameLayout> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout> |
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout> |