Live updates. Design finalization.
This commit is contained in:
parent
e19c74a409
commit
3fbcecc648
3 changed files with 18 additions and 8 deletions
|
@ -18,9 +18,10 @@
|
|||
<TextView
|
||||
android:layout_height="48dp"
|
||||
android:layout_columnSpan="2"
|
||||
android:gravity="center_vertical"
|
||||
android:layout_marginRight="16dp"
|
||||
android:text="@string/select_month_and_country"/>
|
||||
android:gravity="center_vertical"
|
||||
android:text="@string/select_month_and_country"
|
||||
android:textColor="?android:textColorPrimary"/>
|
||||
|
||||
<View
|
||||
android:layout_height="1dp"
|
||||
|
@ -76,13 +77,15 @@
|
|||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Number of contributors"/>
|
||||
android:text="@string/number_of_contributors"
|
||||
android:textSize="@dimen/default_sub_text_size"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/contributorsTextView"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="65"/>
|
||||
android:textColor="?android:textColorPrimary"
|
||||
tools:text="65"/>
|
||||
</LinearLayout>
|
||||
|
||||
<View
|
||||
|
@ -105,13 +108,15 @@
|
|||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Number of edits"/>
|
||||
android:text="@string/number_of_edits"
|
||||
android:textSize="@dimen/default_sub_text_size"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/editsTextView"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="1125"/>
|
||||
android:textColor="?android:textColorPrimary"
|
||||
tools:text="1125"/>
|
||||
</LinearLayout>
|
||||
</GridLayout>
|
||||
|
||||
|
|
|
@ -9,11 +9,13 @@
|
|||
style="?android:attr/spinnerItemStyle">
|
||||
|
||||
<TextView
|
||||
android:text="Report for:"
|
||||
android:text="@string/reports_for"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"/>
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="@dimen/default_sub_text_size"/>
|
||||
|
||||
<TextView
|
||||
android:textColor="?android:textColorPrimary"
|
||||
android:id="@android:id/text1"
|
||||
android:layout_gravity="fill_horizontal"
|
||||
android:layout_width="match_parent"
|
||||
|
|
|
@ -2155,4 +2155,7 @@ Afghanistan, Albania, Algeria, Andorra, Angola, Anguilla, Antigua and Barbuda, A
|
|||
<string name="morning">Morning</string>
|
||||
<string name="Night">Night</string>
|
||||
<string name="select_month_and_country">Select month and country</string>
|
||||
<string name="number_of_contributors">Number of contributors</string>
|
||||
<string name="number_of_edits">Number of edits</string>
|
||||
<string name="reports_for">Report for:</string>
|
||||
</resources>
|
Loading…
Reference in a new issue