|
@@ -107,7 +107,7 @@
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="25dp"
|
|
|
android:layout_height="match_parent"
|
|
|
android:gravity="center_vertical"
|
|
|
android:orientation="vertical">
|
|
@@ -116,7 +116,7 @@
|
|
|
android:id="@+id/sharedIcon"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="center_vertical"
|
|
|
+ android:layout_gravity="center"
|
|
|
android:layout_marginLeft="4dp"
|
|
|
android:layout_marginBottom="4dp"
|
|
|
android:layout_marginRight="4dp"
|
|
@@ -126,7 +126,7 @@
|
|
|
android:id="@+id/sharedWithMeIcon"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="center_vertical"
|
|
|
+ android:layout_gravity="center"
|
|
|
android:layout_marginLeft="4dp"
|
|
|
android:layout_marginRight="4dp"
|
|
|
android:layout_marginTop="4dp"
|