You need to sign in or sign up before continuing.
Commit c886e12a authored by Preetam Ozarde's avatar Preetam Ozarde

Make minor changes according to feedback of beta testing

parent 2e958339
......@@ -71,7 +71,7 @@ public class ImageViewPagerAdapter extends PagerAdapter {
if (images.size() != 0)
Picasso.get().load(images.get(position)).into(imageView);
else
Picasso.get().load(R.drawable.baseline_photo_size_select_actual_black_48).into(imageView);
Picasso.get().load(R.drawable.baseline_photo_black_48).resize(500,500).into(imageView);
view.addView(imageLayout, 0);
return imageLayout;
......
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24.0"
android:viewportHeight="24.0"
android:tint="?attr/colorControlNormal">
<path
android:fillColor="@android:color/white"
android:pathData="M21,19V5c0,-1.1 -0.9,-2 -2,-2H5c-1.1,0 -2,0.9 -2,2v14c0,1.1 0.9,2 2,2h14c1.1,0 2,-0.9 2,-2zM8.5,13.5l2.5,3.01L14.5,12l4.5,6H5l3.5,-4.5z"/>
</vector>
......@@ -40,8 +40,8 @@
<android.support.v4.view.ViewPager
android:id="@+id/complaint_image_view_pager"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
android:layout_width="match_parent"
android:layout_height="match_parent" />
<me.relex.circleindicator.CircleIndicator
android:id="@+id/indicator"
......@@ -77,7 +77,6 @@
android:orientation="vertical">
<LinearLayout
android:id="@+id/linearLayoutDescription"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingHorizontal="5dp"
......
......@@ -7,8 +7,8 @@
<ImageView
android:id="@+id/slidingImageView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="#00000000" />
</LinearLayout>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment