update
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 38 KiB |
Binary file not shown.
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 106 KiB |
@@ -6,7 +6,15 @@
|
||||
android:paddingBottom="@dimen/activity_vertical_margin"
|
||||
tools:context=".MainActivity$PlaceholderFragment"
|
||||
android:id="@+id/layout_fragment_main"
|
||||
android:background="@drawable/background_home">
|
||||
android:background="#ffffa9a5">
|
||||
|
||||
<ImageView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:src="@drawable/ic_launcher_black"
|
||||
android:layout_below="@+id/textViewUserName"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_marginTop="20dp" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
@@ -15,7 +23,7 @@
|
||||
android:id="@+id/textViewSolde"
|
||||
android:lines="1"
|
||||
android:maxLines="1"
|
||||
android:layout_marginBottom="50dp"
|
||||
android:layout_marginBottom="40dp"
|
||||
android:textSize="50dp"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_centerHorizontal="true"
|
||||
@@ -25,7 +33,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||
android:textAppearance="?android:attr/textAppearanceLarge"
|
||||
android:id="@+id/textViewUserName"
|
||||
android:layout_marginTop="23dp"
|
||||
android:lines="1"
|
||||
@@ -37,12 +45,13 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||
android:text="@string/show_solde"
|
||||
android:textAppearance="?android:attr/textAppearanceLarge"
|
||||
android:text="SOLDE DE POINTS"
|
||||
android:id="@+id/textView"
|
||||
android:layout_above="@+id/textViewSolde"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:textStyle="bold"
|
||||
android:layout_marginBottom="5dp" />
|
||||
android:layout_marginBottom="15dp"
|
||||
android:textSize="30dp" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
Reference in New Issue
Block a user