Advertisement
daheel

layout content_main.xml

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