Make labels more clear and customizable

This commit is contained in:
2016-03-15 06:06:15 -04:00
parent 9232378d04
commit ffdc923268
4 changed files with 21 additions and 10 deletions

View File

@@ -125,9 +125,10 @@
<string name="frequency">Frequency</string>
<string name="checkmark">Checkmark</string>
<string name="repetitions">Repetitions</string>
<string name="month">Month</string>
<string name="year">Year</string>
<string name="quarter">Quarter</string>
<string name="number_of_repetitions">Number of repetitions</string>
<string name="last_x_days">Last %d days</string>
<string name="last_x_weeks">Last %d weeks</string>
<string name="last_x_months">Last %d months</string>
<string name="last_x_years">Last %d years</string>
<string name="all_time">All time</string>
</resources>

View File

@@ -63,7 +63,7 @@
<style name="cardHeaderStyle">
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:layout_marginBottom">8dp</item>
<item name="android:layout_marginBottom">12dp</item>
<item name="android:textSize">16sp</item>
<item name="android:textStyle">bold</item>
</style>