|
61 | 61 |
|
62 | 62 | </android.support.v7.widget.CardView> |
63 | 63 |
|
64 | | - <android.support.v7.widget.CardView |
65 | | - android:id="@+id/store_card_view" |
66 | | - android:layout_width="match_parent" |
67 | | - android:layout_height="wrap_content" |
68 | | - android:layout_gravity="center" |
69 | | - android:layout_marginTop="@dimen/layout_margin" |
70 | | - card_view:cardBackgroundColor="@color/home_color" |
71 | | - card_view:cardCornerRadius="@dimen/cardview_default_radius" |
72 | | - card_view:cardElevation="@dimen/cardview_default_elevation"> |
73 | | - |
74 | | - <LinearLayout |
75 | | - android:layout_width="match_parent" |
76 | | - android:layout_height="wrap_content" |
77 | | - android:orientation="horizontal"> |
78 | | - |
79 | | - <ImageView |
80 | | - android:id="@+id/store_logo" |
81 | | - android:layout_width="wrap_content" |
82 | | - android:layout_height="match_parent" |
83 | | - android:paddingLeft="@dimen/cardview_body_padding_left_right" |
84 | | - android:src="@drawable/store" /> |
85 | | - |
86 | | - <LinearLayout |
87 | | - android:layout_width="0dp" |
88 | | - android:layout_height="wrap_content" |
89 | | - android:layout_weight="1" |
90 | | - android:orientation="vertical"> |
91 | | - |
92 | | - <view |
93 | | - android:id="@+id/store_title" |
94 | | - style="@style/CardView.Title" |
95 | | - class="org.buildmlearn.toolkit.views.TextViewPlus" |
96 | | - android:text="@string/buildmlearn_store_title" /> |
97 | | - |
98 | | - <view |
99 | | - android:id="@+id/view" |
100 | | - style="@style/CardView.Body" |
101 | | - class="org.buildmlearn.toolkit.views.TextViewPlus" |
102 | | - android:text="@string/buildmlearn_store_text" /> |
103 | | - |
104 | | - <Button |
105 | | - android:id="@+id/button" |
106 | | - style="@style/Button.Raised" |
107 | | - android:layout_width="wrap_content" |
108 | | - android:layout_height="wrap_content" |
109 | | - android:layout_gravity="left" |
110 | | - android:layout_marginBottom="@dimen/button_margin_bottom" |
111 | | - android:layout_marginLeft="@dimen/button_margin_left_right" |
112 | | - android:text="@string/goto_store" /> |
113 | | - </LinearLayout> |
114 | | - |
115 | | - |
116 | | - </LinearLayout> |
117 | | - |
118 | | - </android.support.v7.widget.CardView> |
| 64 | + <!-- Hidden until BuildmLearn store app is published to play store--> |
| 65 | + <!--<android.support.v7.widget.CardView--> |
| 66 | + <!--android:id="@+id/store_card_view"--> |
| 67 | + <!--android:layout_width="match_parent"--> |
| 68 | + <!--android:layout_height="wrap_content"--> |
| 69 | + <!--android:layout_gravity="center"--> |
| 70 | + <!--android:layout_marginTop="@dimen/layout_margin"--> |
| 71 | + <!--card_view:cardBackgroundColor="@color/home_color"--> |
| 72 | + <!--card_view:cardCornerRadius="@dimen/cardview_default_radius"--> |
| 73 | + <!--card_view:cardElevation="@dimen/cardview_default_elevation">--> |
| 74 | + |
| 75 | + <!--<LinearLayout--> |
| 76 | + <!--android:layout_width="match_parent"--> |
| 77 | + <!--android:layout_height="wrap_content"--> |
| 78 | + <!--android:orientation="horizontal">--> |
| 79 | + |
| 80 | + <!--<ImageView--> |
| 81 | + <!--android:id="@+id/store_logo"--> |
| 82 | + <!--android:layout_width="wrap_content"--> |
| 83 | + <!--android:layout_height="match_parent"--> |
| 84 | + <!--android:paddingLeft="@dimen/cardview_body_padding_left_right"--> |
| 85 | + <!--android:src="@drawable/store" />--> |
| 86 | + |
| 87 | + <!--<LinearLayout--> |
| 88 | + <!--android:layout_width="0dp"--> |
| 89 | + <!--android:layout_height="wrap_content"--> |
| 90 | + <!--android:layout_weight="1"--> |
| 91 | + <!--android:orientation="vertical">--> |
| 92 | + |
| 93 | + <!--<view--> |
| 94 | + <!--android:id="@+id/store_title"--> |
| 95 | + <!--style="@style/CardView.Title"--> |
| 96 | + <!--class="org.buildmlearn.toolkit.views.TextViewPlus"--> |
| 97 | + <!--android:text="@string/buildmlearn_store_title" />--> |
| 98 | + |
| 99 | + <!--<view--> |
| 100 | + <!--android:id="@+id/view"--> |
| 101 | + <!--style="@style/CardView.Body"--> |
| 102 | + <!--class="org.buildmlearn.toolkit.views.TextViewPlus"--> |
| 103 | + <!--android:text="@string/buildmlearn_store_text" />--> |
| 104 | + |
| 105 | + <!--<Button--> |
| 106 | + <!--android:id="@+id/button"--> |
| 107 | + <!--style="@style/Button.Raised"--> |
| 108 | + <!--android:layout_width="wrap_content"--> |
| 109 | + <!--android:layout_height="wrap_content"--> |
| 110 | + <!--android:layout_gravity="left"--> |
| 111 | + <!--android:layout_marginBottom="@dimen/button_margin_bottom"--> |
| 112 | + <!--android:layout_marginLeft="@dimen/button_margin_left_right"--> |
| 113 | + <!--android:text="@string/goto_store" />--> |
| 114 | + <!--</LinearLayout>--> |
| 115 | + |
| 116 | + |
| 117 | + <!--</LinearLayout>--> |
| 118 | + |
| 119 | + <!--</android.support.v7.widget.CardView>--> |
119 | 120 |
|
120 | 121 | </LinearLayout> |
121 | 122 | </ScrollView> |
|
0 commit comments