summaryrefslogtreecommitdiffstats
path: root/res/layout/processing_layout.xml
blob: f284fbeb7da6f3eaf729b9bda5e1eeb16df90db0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2014 Cyanogen, Inc.
-->
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/processing_theme_layout"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:visibility="gone"
    android:background="@color/apply_overlay_background">

    <com.cyngn.theme.widget.LatoTextView
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_gravity="center"
        android:gravity="center"
        android:textSize="20dp"
        android:textAllCaps="true"
        android:textColor="@color/processing_text_color"
        android:text="@string/processing_theme" />

</FrameLayout>