summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout-xlarge/provider_detail_fragment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout-xlarge/provider_detail_fragment.xml')
-rw-r--r--app/src/main/res/layout-xlarge/provider_detail_fragment.xml32
1 files changed, 8 insertions, 24 deletions
diff --git a/app/src/main/res/layout-xlarge/provider_detail_fragment.xml b/app/src/main/res/layout-xlarge/provider_detail_fragment.xml
index 860f99d9..31538f9f 100644
--- a/app/src/main/res/layout-xlarge/provider_detail_fragment.xml
+++ b/app/src/main/res/layout-xlarge/provider_detail_fragment.xml
@@ -2,40 +2,22 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:orientation="vertical" >
+ android:orientation="vertical"
+ style="@style/BitmaskActivity" >
- <TextView
- android:id="@+id/provider_detail_domain"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginBottom="4dp"
- android:layout_marginLeft="4dp"
- android:layout_marginRight="4dp"
- android:layout_marginTop="16dp"
- android:textSize="32sp"
- android:textAppearance="?android:attr/textAppearanceLarge"
- android:textStyle="bold" />
+ <include layout="@layout/loading_screen" />
- <TextView
+ <android.support.v7.widget.AppCompatTextView
android:id="@+id/provider_detail_name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_marginTop="16dp"
- android:layout_marginLeft="4dp"
- android:layout_marginRight="4dp"
- android:layout_marginBottom="4dp"
android:textSize="24sp"
- android:textStyle="italic"
android:textAppearance="?android:attr/textAppearanceMedium" />
- <TextView
+ <android.support.v7.widget.AppCompatTextView
android:id="@+id/provider_detail_description"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_marginTop="16dp"
- android:layout_marginLeft="4dp"
- android:layout_marginRight="4dp"
- android:layout_marginBottom="4dp"
android:textSize="18sp"
android:textStyle="normal"
android:textAppearance="?android:attr/textAppearanceSmall" />
@@ -43,6 +25,8 @@
<ListView
android:id="@+id/provider_detail_options"
android:layout_width="match_parent"
- android:layout_height="wrap_content" />
+ android:layout_height="wrap_content"
+ android:layout_marginTop="@dimen/standard_margin"
+ />
</LinearLayout> \ No newline at end of file