Skip to content

Commit

Permalink
Instagram Style Feed
Browse files Browse the repository at this point in the history
  • Loading branch information
briceln committed Nov 20, 2018
1 parent acc6515 commit 6233ad4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions app/src/main/res/layout/fragment_posts.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>

<androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:card_view="http://schemas.android.com/tools"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/card_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_margin="8dp"
card_view:cardCornerRadius="8dp">
android:layout_gravity="center">

<LinearLayout
android:layout_width="match_parent"
Expand Down Expand Up @@ -112,6 +109,7 @@
android:id="@+id/numberOfView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textSize="14sp"
android:layout_marginStart="@dimen/basic_margin"
android:textAppearance="?attr/textAppearanceListItem"
android:textStyle="bold" />
Expand All @@ -125,6 +123,7 @@
android:id="@+id/post_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="14sp"
android:layout_marginStart="@dimen/basic_margin"
android:textAppearance="?attr/textAppearanceListItem" />
</LinearLayout>
Expand Down

0 comments on commit 6233ad4

Please sign in to comment.