aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout/gcvote_dialog.xml
blob: 221a8f51759a1799f74165190dfc84b785bcde9e (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:layout_marginTop="10dip"
    android:orientation="vertical" >

    <include layout="@layout/gcvote_rating_bar" />

</LinearLayout>