|
|
|
@ -28,7 +28,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="280dp" |
|
|
|
|
android:layout_height="@dimen/grid_card_height" |
|
|
|
|
android:background="@drawable/item_background" |
|
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
|
@ -46,8 +46,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_gravity="top|right" |
|
|
|
|
android:paddingBottom="15dp" |
|
|
|
|
android:paddingLeft="15dp" |
|
|
|
|
android:paddingRight="5dp" |
|
|
|
|
android:paddingTop="5dp" |
|
|
|
|
android:src="?post_options_drawable" |
|
|
|
|