mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
21 lines
No EOL
716 B
XML
21 lines
No EOL
716 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:background="@drawable/list_background"
|
|
android:gravity="center"
|
|
android:orientation="vertical" >
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:shadowColor="@color/darkgray"
|
|
android:shadowDx="0"
|
|
android:shadowDy="0"
|
|
android:shadowRadius="15"
|
|
android:text="@string/loading"
|
|
android:textColor="@color/white"
|
|
android:textSize="20dp"
|
|
android:textStyle="bold" />
|
|
|
|
</LinearLayout> |