Skip to content

Commit 6462678

Browse files
committed
📄
1 parent 043ed4f commit 6462678

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/src/main/res/layout/content_main.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<LinearLayout
3-
android:id="@+id/ll_cardContainer"
4-
android:visibility="gone"
53
xmlns:android="http://schemas.android.com/apk/res/android"
64
xmlns:app="http://schemas.android.com/apk/res-auto"
75
xmlns:tools="http://schemas.android.com/tools"
6+
android:id="@+id/ll_cardContainer"
7+
android:visibility="visible"
88
android:layout_width="match_parent"
99
android:layout_height="match_parent"
1010
android:orientation="vertical"
@@ -13,6 +13,7 @@
1313
android:paddingBottom="@dimen/activity_vertical_margin"
1414
android:paddingLeft="@dimen/activity_horizontal_margin"
1515
android:paddingRight="@dimen/activity_horizontal_margin"
16+
tools:context=".MainActivity"
1617
app:layout_behavior="@string/appbar_scrolling_view_behavior">
1718

1819
<android.support.constraint.ConstraintLayout

0 commit comments

Comments
 (0)