diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2011-11-24 17:57:44 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2011-11-24 17:57:44 +0300 |
| commit | 3cc0cb84104bb3d69ab276fe81a1ce42ec31cc4e (patch) | |
| tree | 301de972453456e4a4729a6d44b60b51467d72a3 /res/layout/feeds_fragment.xml | |
| parent | 7ad712cb413824b1caae4327e8cc2f691e29d888 (diff) | |
various layout tweaks
fix logout action
Diffstat (limited to 'res/layout/feeds_fragment.xml')
| -rw-r--r-- | res/layout/feeds_fragment.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/feeds_fragment.xml b/res/layout/feeds_fragment.xml index 0dcbc1c4..32f2d229 100644 --- a/res/layout/feeds_fragment.xml +++ b/res/layout/feeds_fragment.xml @@ -6,6 +6,6 @@ <ProgressBar android:layout_width="wrap_content" style="?android:attr/progressBarStyleLarge" android:id="@+id/loading_progress" android:layout_height="wrap_content"></ProgressBar> <TextView android:layout_width="wrap_content" android:textAppearance="?android:attr/textAppearanceLarge" android:id="@+id/loading_message" android:layout_height="wrap_content" ></TextView> </LinearLayout> - <ListView android:divider="#00000000" android:id="@+id/feeds" android:layout_height="match_parent" android:layout_width="match_parent"></ListView>
+ <ListView android:id="@+id/feeds" android:layout_height="match_parent" android:layout_width="match_parent"></ListView>
</FrameLayout>
|