File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
circulardemo/src/main/res/layout Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 2
2
<LinearLayout xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
android : layout_width =" match_parent"
4
4
android : layout_height =" 192dp"
5
- android : background =" @color/primary "
5
+ android : background =" ?attr/colorPrimary "
6
6
android : padding =" 16dp"
7
7
android : theme =" @style/ThemeOverlay.AppCompat.Dark"
8
8
android : orientation =" vertical"
9
9
android : gravity =" bottom" >
10
10
11
+ <ImageView
12
+ android : layout_width =" match_parent"
13
+ android : layout_height =" 64dp"
14
+ android : scaleType =" centerInside"
15
+ android : src =" @drawable/autsoft_white"
16
+ android : layout_marginBottom =" 16dp" />
17
+
11
18
<TextView
12
19
android : layout_width =" match_parent"
13
20
android : layout_height =" wrap_content"
14
21
android : text =" Circular Demo"
15
22
android : textAppearance =" @style/Base.TextAppearance.AppCompat.Title"
16
- android : textColor =" @color/primary_text " />
23
+ android : textColor =" @color/card_text " />
17
24
18
25
</LinearLayout >
You can’t perform that action at this time.
0 commit comments