|
|
|
@ -80,7 +80,9 @@ |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginStart="4dp" |
|
|
|
android:layout_marginStart="4dp" |
|
|
|
android:layout_marginEnd="8dp" |
|
|
|
android:layout_marginEnd="8dp" |
|
|
|
|
|
|
|
android:ellipsize="end" |
|
|
|
android:fontFamily="@font/roboto" |
|
|
|
android:fontFamily="@font/roboto" |
|
|
|
|
|
|
|
android:maxLines="1" |
|
|
|
android:textAllCaps="true" |
|
|
|
android:textAllCaps="true" |
|
|
|
android:textColor="@color/kaki_lighter" |
|
|
|
android:textColor="@color/kaki_lighter" |
|
|
|
android:textSize="12sp" |
|
|
|
android:textSize="12sp" |
|
|
|
@ -103,7 +105,9 @@ |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginStart="4dp" |
|
|
|
android:layout_marginStart="4dp" |
|
|
|
android:layout_marginEnd="8dp" |
|
|
|
android:layout_marginEnd="8dp" |
|
|
|
|
|
|
|
android:ellipsize="end" |
|
|
|
android:fontFamily="@font/roboto" |
|
|
|
android:fontFamily="@font/roboto" |
|
|
|
|
|
|
|
android:maxLines="1" |
|
|
|
android:textColor="@color/kaki_lighter" |
|
|
|
android:textColor="@color/kaki_lighter" |
|
|
|
android:textSize="12sp" |
|
|
|
android:textSize="12sp" |
|
|
|
android:visibility="gone" |
|
|
|
android:visibility="gone" |
|
|
|
@ -125,7 +129,9 @@ |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginStart="4dp" |
|
|
|
android:layout_marginStart="4dp" |
|
|
|
android:layout_marginEnd="8dp" |
|
|
|
android:layout_marginEnd="8dp" |
|
|
|
|
|
|
|
android:ellipsize="end" |
|
|
|
android:fontFamily="@font/roboto" |
|
|
|
android:fontFamily="@font/roboto" |
|
|
|
|
|
|
|
android:maxLines="1" |
|
|
|
android:textColor="@color/kaki_lighter" |
|
|
|
android:textColor="@color/kaki_lighter" |
|
|
|
android:textSize="12sp" |
|
|
|
android:textSize="12sp" |
|
|
|
android:visibility="gone" |
|
|
|
android:visibility="gone" |
|
|
|
@ -134,22 +140,6 @@ |
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
<!-- |
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView |
|
|
|
|
|
|
|
android:id="@+id/sessionSubtitle" |
|
|
|
|
|
|
|
style="@style/PokerAnalyticsTheme.TextView.SessionRow.Subtitle" |
|
|
|
|
|
|
|
android:layout_width="0dp" |
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
android:layout_marginEnd="8dp" |
|
|
|
|
|
|
|
android:layout_marginBottom="8dp" |
|
|
|
|
|
|
|
android:visibility="gone" |
|
|
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
|
|
|
|
app:layout_constraintEnd_toStartOf="@+id/linearLayout" |
|
|
|
|
|
|
|
app:layout_constraintHorizontal_bias="0.5" |
|
|
|
|
|
|
|
app:layout_constraintStart_toStartOf="@+id/sessionTitle" |
|
|
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/sessionTitle" |
|
|
|
|
|
|
|
tools:text="Settings of this game" /> --> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
<LinearLayout |
|
|
|
android:id="@+id/linearLayout" |
|
|
|
android:id="@+id/linearLayout" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
@ -167,7 +157,8 @@ |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:visibility="gone" |
|
|
|
android:visibility="gone" |
|
|
|
tools:text="$500" /> |
|
|
|
tools:text="$1000" |
|
|
|
|
|
|
|
tools:visibility="visible" /> |
|
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatImageView |
|
|
|
<androidx.appcompat.widget.AppCompatImageView |
|
|
|
android:id="@+id/playingIcon" |
|
|
|
android:id="@+id/playingIcon" |
|
|
|
|