/v3.2/nimbits-android/res/layout/chart_layout.xml
http://nimbits-server.googlecode.com/ · XML · 7 lines · 7 code · 0 blank · 0 comment · 0 complexity · 11143530abfca6437661fed478aac2ba MD5 · raw file
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content">
- <ImageView android:layout_height="fill_parent" android:layout_width="fill_parent" android:id="@+id/chart_image"></ImageView>
- </LinearLayout>