GitNex/app/src/main/res/layout/badge_beta.xml

22 lines
749 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center_vertical">
<TextView
android:id="@+id/betaBadge"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/shape_beta_badge"
android:ellipsize="marquee"
android:paddingStart="@dimen/dimen8dp"
android:paddingEnd="@dimen/dimen8dp"
android:singleLine="true"
android:textColor="?attr/primaryBackgroundColor"
android:textSize="@dimen/dimen12sp"
android:visibility="gone" />
</LinearLayout>