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

Side by Side Diff: adblockplussbrowser/res/layout/add_filter_by_url_pref.xml

Issue 29524668: Issue 3916 - Supporting Adding filter lists via URL (Closed)
Patch Set: Issue 3916 - Supporting Adding filer lists via URL Created Aug. 23, 2017, 2: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"?>
diegocarloslima 2017/09/08 15:06:07 As we already discussed through IRC, the add filte
jens 2017/09/13 08:50:29 Acknowledged.
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="fill_parent"
4 android:layout_height="wrap_content"
5 android:gravity="center_vertical"
6 android:minHeight="?android:attr/listPreferredItemHeight"
7 android:paddingRight="?android:attr/scrollbarSize">
8 <LinearLayout
9 android:layout_width="match_parent"
10 android:layout_height="wrap_content"
11 android:layout_margin="6dip"
12 android:orientation="horizontal">
13 <TextView
14 android:id="@+id/title"
15 android:layout_width="wrap_content"
16 android:layout_height="wrap_content"
17 android:layout_weight="1"
18 android:ellipsize="marquee"
19 android:fadingEdge="horizontal"
20 android:gravity="left"
21 android:maxLines="2"
22 android:text="@string/add_other_list"
23 android:textAppearance="?android:attr/textAppearanceMedium"
24 android:textColor="?android:attr/colorAccent"/>
25 <TextView
26 android:layout_width="wrap_content"
27 android:layout_height="wrap_content"
28 android:gravity="right"
29 android:paddingRight="10dp"
30 android:text=">"
31 android:textAppearance="?android:attr/textAppearanceLarge"
32 android:textColor="#9a9a9a"/>
33 </LinearLayout>
34 </LinearLayout>
OLDNEW
« no previous file with comments | « no previous file | adblockplussbrowser/res/values-de/strings.xml » ('j') | adblockplussbrowser/res/values/strings.xml » ('J')

Powered by Google App Engine
This is Rietveld