File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<LinearLayout
3
- android : id =" @+id/ll_cardContainer"
4
- android : visibility =" gone"
5
3
xmlns : android =" http://schemas.android.com/apk/res/android"
6
4
xmlns : app =" http://schemas.android.com/apk/res-auto"
7
5
xmlns : tools =" http://schemas.android.com/tools"
6
+ android : id =" @+id/ll_cardContainer"
7
+ android : visibility =" visible"
8
8
android : layout_width =" match_parent"
9
9
android : layout_height =" match_parent"
10
10
android : orientation =" vertical"
13
13
android : paddingBottom =" @dimen/activity_vertical_margin"
14
14
android : paddingLeft =" @dimen/activity_horizontal_margin"
15
15
android : paddingRight =" @dimen/activity_horizontal_margin"
16
+ tools : context =" .MainActivity"
16
17
app : layout_behavior =" @string/appbar_scrolling_view_behavior" >
17
18
18
19
<android .support.constraint.ConstraintLayout
You can’t perform that action at this time.
0 commit comments