Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Menu.iml → BlogSpot.iml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.id="Menu" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" type="JAVA_MODULE" version="4">
<module external.linked.project.id="BlogSpot" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="java-gradle" name="Java-Gradle">
<configuration>
Expand Down
11 changes: 2 additions & 9 deletions app/app.iml
Original file line number Diff line number Diff line change
Expand Up @@ -77,24 +77,17 @@
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/test/rs" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/test/shaders" isTestSource="true" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/assets" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/blame" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/classes" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/incremental" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/incremental-safeguard" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/jniLibs" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/manifests" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/pre-dexed" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/res" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/rs" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/shaders" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/symbols" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/transforms" />
<excludeFolder url="file://$MODULE_DIR$/build/outputs" />
<excludeFolder url="file://$MODULE_DIR$/build/tmp" />
</content>
<orderEntry type="jdk" jdkName="Android API 24 Platform" jdkType="Android SDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" exported="" name="exifinterface-25.3.1" level="project" />
<orderEntry type="library" exported="" name="firebase-analytics-10.0.1" level="project" />
<orderEntry type="library" exported="" name="picasso-2.5.2" level="project" />
<orderEntry type="library" exported="" name="firebase-core-10.0.1" level="project" />
Expand All @@ -113,6 +106,7 @@
<orderEntry type="library" exported="" name="cardview-v7-24.1.1" level="project" />
<orderEntry type="library" exported="" name="firebase-iid-10.0.1" level="project" />
<orderEntry type="library" exported="" name="firebase-storage-10.0.1" level="project" />
<orderEntry type="library" exported="" name="android-image-cropper-2.4.7" level="project" />
<orderEntry type="library" exported="" name="recyclerview-v7-24.1.1" level="project" />
<orderEntry type="library" exported="" name="firebase-analytics-impl-10.0.1" level="project" />
<orderEntry type="library" exported="" name="firebase-common-10.0.1" level="project" />
Expand All @@ -124,7 +118,6 @@
<orderEntry type="library" exported="" name="support-annotations-25.3.1" level="project" />
<orderEntry type="library" exported="" name="appcompat-v7-25.3.1" level="project" />
<orderEntry type="library" exported="" name="support-vector-drawable-25.3.1" level="project" />
<orderEntry type="library" exported="" name="android-image-cropper-2.4.2" level="project" />
<orderEntry type="library" exported="" name="support-compat-25.3.1" level="project" />
<orderEntry type="library" exported="" name="animated-vector-drawable-25.3.1" level="project" />
</component>
Expand Down
80 changes: 43 additions & 37 deletions app/src/main/res/layout/bloglist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,78 +5,84 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="10dp"
app:cardBackgroundColor="#40E0D0"
app:cardElevation="5dp"
app:cardCornerRadius="5dp">





<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">

<ImageView
android:id="@+id/imageView"
<TextView
android:id="@+id/name"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:adjustViewBounds="true"
android:scaleType="centerCrop"
android:src="@drawable/unnamed" />

<TextView
android:layout_margin="5dp"
android:padding="3dp"
android:text="Name"
android:textSize="13sp"
android:textColor="@android:color/black" />
<TextView
android:id="@+id/textView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="5dp"
android:background="@drawable/shape"
android:paddingLeft="5dp"
android:paddingTop="8dp"
android:text="TextView"
android:textSize="30dp"
android:textStyle="bold" />
android:padding="5dp"
android:layout_margin="4dp"
android:text="Title"
android:textSize="14sp"
android:textColor="#000000"/>

<TextView
<TextView
android:id="@+id/textView2"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:background="@drawable/shape"
android:fontFamily="sans-serif-condensed"
android:paddingLeft="5dp"
android:padding="5dp"
android:layout_margin="4dp"
android:text="Description"

android:textColor="#616161"
android:textAlignment="textEnd"
android:textSize="20dp" />
android:textSize="13sp" />

<TextView
android:id="@+id/name"
<ImageView
android:id="@+id/imageView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="15dp"
android:paddingLeft="100dp"
android:text="Name.."
android:textColor="@android:color/holo_red_dark" />
android:adjustViewBounds="true"
android:scaleType="centerCrop"
android:src="@drawable/unnamed" />




<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal"
android:padding="10dp">
android:padding="5dp"
android:layout_margin="5dp">


<ImageButton
android:id="@+id/like_btn"
android:layout_width="38dp"
android:layout_height="30dp"
android:layout_marginTop="5dp"
android:layout_width="28dp"
android:layout_height="28dp"
android:adjustViewBounds="true"
android:background="@android:color/transparent"

android:paddingTop="2dp"
android:scaleType="centerCrop"
android:src="@drawable/likeup" />
android:scaleType="fitCenter"
android:src="@mipmap/ic_like" />

<TextView
android:id="@+id/txtLikes"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="1,520 Likes"
android:layout_marginTop="3dp"
android:layout_marginLeft="5dp"
android:textColor="#757575"
android:padding="2dp"/>

</LinearLayout>

Expand Down