Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SanchitTaliyan committed May 30, 2019
1 parent 9be55d1 commit f2c112b
Showing 1 changed file with 13 additions and 18 deletions.
31 changes: 13 additions & 18 deletions launcher/app/src/main/res/layout/dialog_user_list.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
android:id="@+id/root"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:orientation="vertical">

<LinearLayout
Expand All @@ -27,63 +26,59 @@
android:gravity="center"
android:text="@string/user_no"
android:textColor="#0b0000"
android:textSize="55px"
android:textStyle="bold" />

<TextView
android:id="@+id/userclick"
android:layout_width="0px"
android:layout_height="match_parent"
android:layout_weight="3"
android:layout_weight="1"
android:gravity="center"
android:text="@string/username_activity_title"
android:textColor="#0b0000"
android:textSize="55px"
android:textStyle="bold" />

<TextView
android:layout_width="0px"
android:layout_height="match_parent"
android:layout_weight="3"
android:gravity="center"
android:text="@string/user_english_progress"
android:layout_weight="1"
android:text="Maths"
android:textColor="#0b0000"
android:textSize="55px"
android:textStyle="bold" />

<TextView
android:layout_width="0px"
android:layout_height="match_parent"
android:layout_weight="3"
android:gravity="center"
android:text="@string/user_math_progress"
android:layout_weight="1"
android:text="English"
android:textColor="#0b0000"
android:textSize="55px"
android:textStyle="bold" />

<TextView
android:layout_width="0px"
android:layout_height="match_parent"
android:layout_weight="3"
android:layout_weight="1"
android:gravity="center"
android:text="@string/user_total_progress"
android:text="Coins"
android:textColor="#0b0000"
android:textSize="55px"
android:textStyle="bold" />

<TextView
android:layout_width="0px"
android:layout_height="match_parent"
android:layout_weight="3"
android:layout_weight="1"
android:gravity="center"
android:text="@string/coins_earned"
android:text="Total"
android:textColor="#0b0000"
android:textSize="55px"
android:textStyle="bold" />

</LinearLayout>

<android.support.v7.widget.RecyclerView
android:id="@+id/recycler_view"
android:layout_width="1500px"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"
android:background="#d5d5d5"
Expand All @@ -92,4 +87,4 @@
</android.support.v7.widget.RecyclerView>
</LinearLayout>

</LinearLayout>
</LinearLayout>

0 comments on commit f2c112b

Please sign in to comment.