Changed strings and added subtext

This commit is contained in:
tanvidadu 2018-06-15 02:36:09 +05:30
parent 9ab36091c2
commit a1caedce3d
2 changed files with 13 additions and 4 deletions

View file

@ -107,10 +107,19 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/activity_margin_horizontal"
android:layout_marginTop="@dimen/achievements_activity_margin_vertical"
android:id="@+id/images_reverted_text"
android:layout_marginStart="@dimen/activity_margin_horizontal"
android:text="@string/image_reverts" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="(minimum required: 90%)"
android:textSize="10dp"
android:layout_marginLeft="@dimen/activity_margin_horizontal"
android:layout_marginStart="@dimen/activity_margin_horizontal"
android:layout_below="@+id/images_reverted_text"/>
<com.dinuscxj.progressbar.CircleProgressBar
android:layout_width="40dp"
android:layout_height="40dp"
@ -122,7 +131,7 @@
app:progress_start_color="#3A3381"
app:progress_text_size="9dp"
app:progress_stroke_width="3dp"
app:progress_text_format_pattern="12/24"
app:progress_text_format_pattern="92%%"
app:progress_text_color="@color/secondaryColor"
app:style="solid_line" />

View file

@ -292,6 +292,6 @@
<string name="images_uploaded">Images Uploaded</string>
<string name="image_reverts">Images Not Reverted</string>
<string name="images_used_by_wiki">Images Used By Wiki</string>
<string name="achievements_share_message">Proceed to Share the Screenshot of Achievements</string>
<string name="achievements_info_message">The Quality as well as the Quantity of images uploaded makes up the criterion for determining the levels. For Each level there are certain requirements in terms of number of images uploaded, revert rate and images used by Wiki that needs to be met.</string>
<string name="achievements_share_message">Share your achievements with your friends!</string>
<string name="achievements_info_message">Your level increases as you meet these requirements. Items in the "statistics" section do not count towards your level.</string>
</resources>