|
@@ -110,24 +110,24 @@
|
|
android:orientation="vertical">
|
|
android:orientation="vertical">
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
- android:id="@+id/shareWithMeIcon"
|
|
|
|
|
|
+ android:id="@+id/shareIcon"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center_vertical"
|
|
android:layout_gravity="center_vertical"
|
|
android:layout_marginLeft="4dp"
|
|
android:layout_marginLeft="4dp"
|
|
- android:layout_marginRight="4dp"
|
|
|
|
android:layout_marginBottom="4dp"
|
|
android:layout_marginBottom="4dp"
|
|
- android:src="@drawable/shared_with_me" />
|
|
|
|
|
|
+ android:layout_marginRight="4dp"
|
|
|
|
+ android:src="@drawable/sharedlink" />
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
- android:id="@+id/shareIcon"
|
|
|
|
|
|
+ android:id="@+id/shareWithMeIcon"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center_vertical"
|
|
android:layout_gravity="center_vertical"
|
|
android:layout_marginLeft="4dp"
|
|
android:layout_marginLeft="4dp"
|
|
- android:layout_marginTop="4dp"
|
|
|
|
android:layout_marginRight="4dp"
|
|
android:layout_marginRight="4dp"
|
|
- android:src="@drawable/sharedlink" />
|
|
|
|
|
|
+ android:layout_marginTop="4dp"
|
|
|
|
+ android:src="@drawable/shared_with_me" />
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|