diff --git a/app/src/main/res/layout/earthquake_activity.xml b/app/src/main/res/layout/earthquake_activity.xml index 0302d27..3e722b4 100644 --- a/app/src/main/res/layout/earthquake_activity.xml +++ b/app/src/main/res/layout/earthquake_activity.xml @@ -14,8 +14,11 @@ limitations under the License. --> - \ No newline at end of file + android:layout_height="match_parent" + android:divider="@null" + android:dividerHeight="0dp"/> \ No newline at end of file diff --git a/app/src/main/res/layout/earthquake_item.xml b/app/src/main/res/layout/earthquake_item.xml index 5c1c6aa..35af08a 100644 --- a/app/src/main/res/layout/earthquake_item.xml +++ b/app/src/main/res/layout/earthquake_item.xml @@ -1,10 +1,12 @@ - + android:paddingStart="16dp" + android:paddingLeft="16dp" + android:paddingEnd="16dp" + android:paddingRight="16dp"> - + android:layout_weight="1" + android:orientation="vertical"> - + + + + + + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_gravity="end" + android:textColor="@color/textColorEarthquakeDetails" + android:textSize="12sp" + tools:text="Mar 6, 2010" /> - - \ No newline at end of file diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 3ea25a6..fda9372 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -317,4 +317,9 @@ #C03823 + + #B4BAC0 + + #2B3D4D +