diff options
Diffstat (limited to 'app/src/main/res/layout/quick_feed_discovery.xml')
-rw-r--r-- | app/src/main/res/layout/quick_feed_discovery.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app/src/main/res/layout/quick_feed_discovery.xml b/app/src/main/res/layout/quick_feed_discovery.xml index a274fcdc7..b125206c1 100644 --- a/app/src/main/res/layout/quick_feed_discovery.xml +++ b/app/src/main/res/layout/quick_feed_discovery.xml @@ -62,4 +62,15 @@ android:layout_height="wrap_content"/> </RelativeLayout> + + <TextView + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:textColor="?android:attr/textColorTertiary" + android:text="@string/discover_powered_by_itunes" + android:textSize="12sp" + android:layout_gravity="right|end" + android:paddingHorizontal="4dp" + android:textAlignment="textEnd"/> + </LinearLayout> |