Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- xmlns:tools="http://schemas.android.com/tools"
- android:id="@+id/rl_root"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- tools:context="pk.gop.irmnch.irmnch_otpapp.SyncUnsyncedReportActivity">
- <android.support.v7.widget.Toolbar
- android:id="@+id/toolbar"
- android:layout_width="match_parent"
- android:layout_height="56dp"
- android:background="?attr/colorPrimary"
- android:elevation="4dp"
- android:theme="@style/ThemeOverlay.AppCompat.ActionBar"
- app:contentInsetLeft="0dp"
- app:contentInsetStart="0dp"
- app:contentInsetStartWithNavigation="0dp"
- app:popupTheme="@style/ThemeOverlay.AppCompat.Light"
- app:titleTextColor="@color/white">
- <TextView
- android:id="@+id/tv_toolbar"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:layout_gravity="end|center"
- android:layout_marginEnd="16dp"
- android:layout_marginRight="16dp"
- android:textColor="@color/white" />
- </android.support.v7.widget.Toolbar>
- <android.support.v4.widget.SwipeRefreshLayout
- android:id="@+id/swipeContainer"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_below="@+id/toolbar">
- <ScrollView
- android:id="@+id/scrollView"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="8dp">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical">
- </LinearLayout>
- </ScrollView>
- </android.support.v4.widget.SwipeRefreshLayout>
- </RelativeLayout>
Add Comment
Please, Sign In to add comment