mirror of
https://github.com/cmclark00/mintris.git
synced 2025-05-22 12:45:23 +01:00
radom untracked changes
This commit is contained in:
parent
3e22d1c863
commit
4812c99ae3
7 changed files with 197 additions and 33 deletions
|
@ -2,10 +2,12 @@
|
|||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<solid android:color="#3366FF" />
|
||||
<solid android:color="#444444" />
|
||||
|
||||
<corners android:radius="8dp" />
|
||||
|
||||
<stroke android:width="1dp" android:color="#666666" />
|
||||
|
||||
<padding
|
||||
android:left="16dp"
|
||||
android:right="16dp"
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
android:id="@+id/progression_title"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="LEVEL PROGRESS"
|
||||
android:text="LEVEL UP"
|
||||
android:textSize="24sp"
|
||||
android:textStyle="bold"
|
||||
android:textColor="@color/white"
|
||||
|
@ -72,16 +72,16 @@
|
|||
|
||||
</ScrollView>
|
||||
|
||||
<Button
|
||||
<TextView
|
||||
android:id="@+id/continue_button"
|
||||
android:layout_width="200dp"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="CONTINUE"
|
||||
android:textSize="18sp"
|
||||
android:layout_gravity="center"
|
||||
android:layout_marginTop="16dp"
|
||||
android:layout_marginBottom="16dp"
|
||||
android:background="@color/transparent"
|
||||
android:textColor="@color/white" />
|
||||
android:textColor="@color/white"
|
||||
android:padding="16dp" />
|
||||
|
||||
</LinearLayout>
|
Loading…
Add table
Add a link
Reference in a new issue