Left over files from previous comit :/
This commit is contained in:
@@ -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>
|
||||
@@ -17,6 +17,7 @@
|
||||
<string name="txt_create_profile_header">Create Profile</string>
|
||||
<string name="txt_create_profile_username_hint">Add your username</string>
|
||||
<string name="txt_create_profile_username_save">Save to Squad</string>
|
||||
<string name="txt_create_profile_show_stats">Show Stats</string>
|
||||
<string name="txt_update_profile_header">Update Profile</string>
|
||||
<string name="txt_update_profile_username_save">Update Squad</string>
|
||||
<string name="txt_cancel_crop">Cancel</string>
|
||||
|
||||
Reference in New Issue
Block a user