/[zanavi_public1]/navit/navit/android/res/layout/info_popup.xml
ZANavi

Contents of /navit/navit/android/res/layout/info_popup.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 41 - (show annotations) (download) (as text)
Tue Aug 11 18:50:37 2015 UTC (8 years, 8 months ago) by zoff99
File MIME type: text/xml
File size: 1591 byte(s)
many fixes, and new features
1 <?xml version="1.0" encoding="utf-8"?>
2 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
3 android:id="@+id/fb_sv"
4 android:layout_width="fill_parent"
5 android:layout_height="fill_parent"
6 android:background="@android:color/transparent" >
7
8 <!-- android:background="@drawable/rounded_bg" -->
9
10 <RelativeLayout
11 android:layout_width="fill_parent"
12 android:layout_height="fill_parent"
13 android:layout_marginBottom="10sp"
14 android:layout_marginLeft="10sp"
15 android:layout_marginRight="10sp"
16 android:layout_marginTop="0sp"
17 android:background="@android:color/transparent"
18 android:paddingLeft="5sp"
19 android:paddingRight="5sp" >
20
21 <TextView
22 android:id="@+id/text_i1"
23 android:layout_width="fill_parent"
24 android:layout_height="wrap_content"
25 android:text=""
26 android:textColor="#fafafa"
27 android:textColorLink="#57BDE9"
28 android:textSize="16sp" />
29
30 <Button
31 android:id="@+id/dialogButtonOK_i1"
32 android:layout_width="100dp"
33 android:layout_height="wrap_content"
34 android:layout_below="@+id/text_i1"
35 android:layout_centerHorizontal="true"
36 android:background="#a0a0a0"
37 android:paddingBottom="5sp"
38 android:paddingTop="5sp"
39 android:text="Ok"
40 android:textColor="#fafafa"
41 android:textSize="18sp" />
42 </RelativeLayout>
43
44 </ScrollView>

   
Visit the ZANavi Wiki