Skip to content

Commit 7e4262b

Browse files
committed
Date added in Venue CardView
1 parent bed4901 commit 7e4262b

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,12 @@
7777
android:textColor="@color/colorAccent"
7878
android:textAppearance="@style/TextAppearance.AppCompat.Large" />
7979

80+
<android.support.v7.widget.AppCompatTextView
81+
android:layout_width="match_parent"
82+
android:layout_height="wrap_content"
83+
android:text="@string/date"
84+
android:paddingEnd="8dp"
85+
android:paddingStart="8dp"/>
8086

8187
<android.support.v7.widget.AppCompatTextView
8288
android:id="@+id/venue_time_textView"

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,5 +136,6 @@
136136
<string name="app_licence">Licensed under the MIT license</string>
137137
<string name="app_copyright">&#169; 2016 Sardar Patel Institute of Technology</string>
138138
<string name="aboutapp">About</string>
139+
<string name="date">15th and 16th Feb 2017</string>
139140

140141
</resources>

0 commit comments

Comments
 (0)