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