GitNex-Android-App/app/src/main/res/layout/sponsors.xml

22 lines
718 B
XML
Raw Normal View History

2019-11-13 19:23:20 +01:00
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingBottom="10dp"
android:paddingTop="10dp"
android:paddingStart="20dp"
android:paddingEnd="20dp"
2020-02-20 06:19:52 +01:00
android:background="?attr/primaryBackgroundColor" >
2019-11-13 19:23:20 +01:00
<TextView
android:id="@+id/sponsorText"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="5dp"
2020-02-20 06:19:52 +01:00
android:textColor="?attr/primaryTextColor"
2019-11-13 19:23:20 +01:00
android:textColorLink="@color/lightBlue"
android:textSize="16sp" />
</RelativeLayout>