/res/layout/changeset.xml
https://bitbucket.org/saibotd/bitbeaker/ · XML · 32 lines · 25 code · 7 blank · 0 comment · 0 complexity · cface9d2d45b1eb39a56f4d132be9f5f MD5 · raw file
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/changesetRootLayout"
- android:orientation="vertical"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
- <ViewFlipper
- android:id="@+id/changeset_view_flipper"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
- <ListView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:id="@+id/changeset_data">
- </ListView>
- <ListView
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:id="@+id/changeset_comments"
- android:padding="4dip"
- android:overScrollFooter="@android:color/transparent">
- </ListView>
- </ViewFlipper>
- </LinearLayout>