Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: res/layout/about.xml

Issue 8363097: ABP/Android preferences UI (Closed) Base URL: https://hg.adblockplus.org/adblockplusandroid/
Patch Set: Created Sept. 14, 2012, 8:20 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="fill_parent"
4 android:layout_height="fill_parent" >
5
6 <LinearLayout
7 android:layout_width="wrap_content"
8 android:layout_height="wrap_content"
9 android:orientation="vertical"
10 android:padding="8dip" >
11
12 <TextView
13 android:id="@+id/about_text"
14 android:layout_width="fill_parent"
15 android:layout_height="wrap_content" />
16 </LinearLayout>
17
18 </ScrollView>
OLDNEW
« no previous file with comments | « no previous file | res/layout/configuration.xml » ('j') | src/org/adblockplus/android/AboutDialog.java » ('J')

Powered by Google App Engine
This is Rietveld