Fix Gener details not showing buttons, list text bold

This commit is contained in:
h4h13 2019-06-06 17:34:28 +05:30
parent 8f1672b38e
commit 17f3f1dac1
10 changed files with 27 additions and 34 deletions

View file

@ -81,7 +81,6 @@
android:layout_height="wrap_content"
android:ellipsize="end"
android:maxLines="1"
app:fontFamily="@font/circular_std_medium"
android:textSize="16sp" />
<code.name.monkey.appthemehelper.common.views.ATESecondaryTextView

View file

@ -29,7 +29,7 @@
android:layout_marginEnd="8dp"
android:layout_weight="1"
android:padding="10dp"
android:text="@string/action_play"
android:text="@string/action_play_all"
android:textAllCaps="false"
app:cornerRadius="6dp"
app:icon="@drawable/ic_play_arrow_white_24dp"

View file

@ -625,4 +625,5 @@
<string name="welcome">Welcome,</string>
<string name="premium">Get Premium</string>
<string name="pro_summary">Now playing themes, Carousel effect, Color theme and more..</string>
<string name="action_play_all">Play all</string>
</resources>