mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-02-02 16:19:10 +00:00
19 lines
788 B
XML
19 lines
788 B
XML
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
style="@style/Widget.ALN.AppWidget.Container"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:theme="@style/Theme.ALN.AppWidgetContainer">
|
|
|
|
<TextView
|
|
android:id="@+id/appwidget_text"
|
|
style="@style/Widget.ALN.AppWidget.InnerView"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_centerVertical="true"
|
|
android:layout_margin="8dp"
|
|
android:contentDescription="@string/appwidget_text"
|
|
android:text="@string/appwidget_text"
|
|
android:textSize="24sp"
|
|
android:textStyle="bold|italic" />
|
|
</RelativeLayout> |