File: retry.xml

package info (click to toggle)
svox 1.0%2Bgit20130326-13
  • links: PTS, VCS
  • area: non-free
  • in suites: bookworm
  • size: 62,260 kB
  • sloc: ansic: 33,732; cpp: 2,726; java: 1,529; xml: 1,328; perl: 498; sh: 438; makefile: 110
file content (16 lines) | stat: -rwxr-xr-x 786 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="vertical" android:layout_width="match_parent"
    android:layout_height="match_parent">

    <TextView android:paddingTop="25dip" android:paddingBottom="45dip"
        android:layout_width="wrap_content" android:layout_height="wrap_content"
        android:layout_gravity="center" android:text="@string/retry_message"
        android:textSize="18sp"
        android:textColor="?android:attr/textColorPrimary" />

    <Button android:id="@+id/retryButton" android:layout_width="wrap_content"
        android:layout_height="wrap_content" android:layout_gravity="center"
        android:text="@string/retry" android:textSize="25sp" />

</LinearLayout>