guild_logo_common_bar.xml
479 字节
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/guild_logo_bar"
android:layout_width="fill_parent"
android:layout_height="0.0dip"
android:background="#fff5f5f5"
android:gravity="center"
android:orientation="horizontal" >
<ImageView
android:id="@+id/guild_logo_img"
android:layout_width="0.0dip"
android:layout_height="0.0dip" />
</LinearLayout>