Advertisement
banyucenter

wisataLayout.axml

Nov 8th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.76 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3.    android:layout_width="fill_parent"
  4.    android:layout_height="fill_parent"
  5.    android:orientation="vertical">
  6.     <ProgressBar
  7.        android:id="@+id/wisataprogressBar"
  8.        style="@android:style/Widget.DeviceDefault.ProgressBar"
  9.        android:layout_width="wrap_content"
  10.        android:layout_height="wrap_content"
  11.        android:layout_gravity="center"
  12.        android:visibility="gone" />
  13.     <ListView
  14.        android:id="@+id/wisatadataList"
  15.        android:layout_width="fill_parent"
  16.        android:layout_height="wrap_content"
  17.        android:cacheColorHint="#00000000"
  18.        android:dividerHeight="1dp" />
  19. </FrameLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement