Left over files from previous comit :/

This commit is contained in:
Alexander Doerflinger
2026-02-03 15:38:58 +01:00
parent f64a9291bb
commit 039350e988
18 changed files with 467 additions and 66 deletions

View File

@@ -61,6 +61,16 @@
android:textColor="@color/text_primary" />
</com.google.android.material.textfield.TextInputLayout>
<com.google.android.material.button.MaterialButton
android:id="@+id/btnShowStats"
style="@style/Widget.Oche_Button_Primary"
android:layout_width="match_parent"
android:layout_height="64dp"
android:layout_marginTop="32dp"
android:text="@string/txt_create_profile_show_stats"
android:visibility="gone"
/>
<com.google.android.material.button.MaterialButton
android:id="@+id/btnSavePlayer"
style="@style/Widget.Oche_Button_Primary"
@@ -120,4 +130,10 @@
</LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
<com.aldo.apps.ochecompanion.ui.PlayerStatsView
android:id="@+id/player_stats_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:visibility="gone"/>
</FrameLayout>