1+ <!--
2+ ~ Copyright 2014 Mike Penz
3+ ~
4+ ~ Licensed under the Apache License, Version 2.0 (the "License");
5+ ~ you may not use this file except in compliance with the License.
6+ ~ You may obtain a copy of the License at
7+ ~
8+ ~ http://www.apache.org/licenses/LICENSE-2.0
9+ ~
10+ ~ Unless required by applicable law or agreed to in writing, software
11+ ~ distributed under the License is distributed on an "AS IS" BASIS,
12+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ ~ See the License for the specific language governing permissions and
14+ ~ limitations under the License.
15+ -->
16+ <LinearLayout xmlns : android =" http://schemas.android.com/apk/res/android"
17+ xmlns : tools =" http://schemas.android.com/tools"
18+ android : layout_width =" match_parent"
19+ android : layout_height =" match_parent"
20+ android : clipToPadding =" false"
21+ android : orientation =" vertical"
22+ android : paddingBottom =" @dimen/activity_vertical_margin"
23+ android : paddingLeft =" @dimen/activity_horizontal_margin"
24+ android : paddingRight =" @dimen/activity_horizontal_margin"
25+ android : paddingTop =" @dimen/activity_vertical_margin"
26+ tools : context =" com.mikepenz.iconics.sample.PlaygroundActivity"
27+ tools : ignore =" MissingPrefix" >
28+
29+ <ScrollView
30+ android : layout_width =" match_parent"
31+ android : layout_height =" wrap_content"
32+ android : clipToPadding =" false" >
33+
34+ <LinearLayout
35+ android : layout_width =" match_parent"
36+ android : layout_height =" wrap_content"
37+ android : orientation =" vertical" >
38+
39+ <TextView
40+ android : layout_width =" match_parent"
41+ android : layout_height =" wrap_content"
42+ android : layout_marginTop =" 8dp"
43+ android : text =" TextView Showcase" />
44+
45+ <LinearLayout
46+ android : layout_width =" match_parent"
47+ android : layout_height =" 1px"
48+ android : layout_marginBottom =" 8dp"
49+ android : layout_marginTop =" 8dp"
50+ android : background =" #000" />
51+
52+ <TextView
53+ android : id =" @+id/test1"
54+ android : layout_width =" wrap_content"
55+ android : layout_height =" 56dp"
56+ android : text =" abc{hif-test}defgh{faw-adjust}ijk{fon-test1}lm{gmd-plus-circle}n{gmd-speaker}o{met-wind}pqrs{gmd-tab-unselected}tuv{fon-test2}wxy{z"
57+ android : textColor =" @android:color/black"
58+ android : textSize =" 16sp" />
59+
60+ <TextView
61+ android : id =" @+id/test5"
62+ android : layout_width =" wrap_content"
63+ android : layout_height =" 56dp"
64+ android : text =" somecustomtext with a custom icon :D"
65+ android : textColor =" @android:color/black"
66+ android : textSize =" 16sp" />
67+
68+ <TextView
69+ android : layout_width =" wrap_content"
70+ android : layout_height =" 56dp"
71+ android : text =" abc{hif-test}defgh{faw-adjust}ijk{fon-test1}lmnopqrstuv{fon-test2}wxyz"
72+ android : textColor =" @android:color/black"
73+ android : textSize =" 16sp" />
74+
75+ <TextView
76+ android : layout_width =" match_parent"
77+ android : layout_height =" wrap_content"
78+ android : layout_marginTop =" 8dp"
79+ android : text =" Button/IconicsButton Showcase" />
80+
81+ <LinearLayout
82+ android : layout_width =" match_parent"
83+ android : layout_height =" 1px"
84+ android : layout_marginBottom =" 8dp"
85+ android : layout_marginTop =" 8dp"
86+ android : background =" #000" />
87+
88+ <LinearLayout
89+ android : layout_width =" match_parent"
90+ android : layout_height =" wrap_content"
91+ android : orientation =" horizontal" >
92+
93+ <Button
94+ android : layout_width =" 0dp"
95+ android : layout_height =" 60dp"
96+ android : layout_weight =" 1"
97+ android : text =" {faw-adjust} Button"
98+ android : textAllCaps =" false" />
99+
100+ <Button
101+ android : id =" @+id/test4"
102+ android : layout_width =" 0dp"
103+ android : layout_height =" 60dp"
104+ android : layout_weight =" 1"
105+ android : text =" {gmd-chart} Button"
106+ android : textAllCaps =" false" />
107+
108+ <Button
109+ android : layout_width =" 0dp"
110+ android : layout_height =" 60dp"
111+ android : layout_weight =" 1"
112+ android : text =" {gmd-chevron-left} Button {gmd-chevron-right}"
113+ android : textAllCaps =" false" />
114+ </LinearLayout >
115+ </LinearLayout >
116+ </ScrollView >
117+ </LinearLayout >
0 commit comments