Advertisement
dzar

content_main

Oct 19th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.94 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3.    xmlns:app="http://schemas.android.com/apk/res-auto"
  4.    xmlns:tools="http://schemas.android.com/tools"
  5.    android:id="@+id/content_main"
  6.    android:layout_width="match_parent"
  7.    android:layout_height="match_parent"
  8.    android:paddingBottom="@dimen/activity_vertical_margin"
  9.    android:paddingLeft="@dimen/activity_horizontal_margin"
  10.    android:paddingRight="@dimen/activity_horizontal_margin"
  11.    android:paddingTop="@dimen/activity_vertical_margin"
  12.    app:layout_behavior="@string/appbar_scrolling_view_behavior"
  13.    tools:context="com.dzar.daftartmd16.MainActivity"
  14.    tools:showIn="@layout/activity_main">
  15.  
  16.     <ListView
  17.        android:layout_width="match_parent"
  18.        android:layout_height="match_parent"
  19.        android:layout_centerHorizontal="true"
  20.        android:id="@+id/ListView" />
  21. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement