Skip to content
This repository was archived by the owner on Oct 9, 2020. It is now read-only.

Commit bd1438a

Browse files
committed
Merge pull request #67 from fossasia/ui/cleanup
ui: v21 layouts not needed. also reduce margins in speakers
2 parents 0500525 + 47b7a2e commit bd1438a

File tree

3 files changed

+2
-83
lines changed

3 files changed

+2
-83
lines changed

app/src/main/res/layout-v21/speakers_item.xml

-69
This file was deleted.

app/src/main/res/layout-v21/sponsors_item.xml

-10
This file was deleted.

app/src/main/res/layout/speakers_item.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@
55
android:layout_width="match_parent"
66
android:layout_height="wrap_content"
77
android:layout_gravity="center"
8-
android:layout_margin="10dp"
8+
android:layout_margin="5dp"
99
android:clickable="true"
10-
card_view:cardBackgroundColor="#d3d3d3"
1110
card_view:cardCornerRadius="4dp"
12-
card_view:cardElevation="8dp"
13-
card_view:cardUseCompatPadding="true">
11+
card_view:cardElevation="4dp">
1412

1513
<LinearLayout
1614
android:layout_width="match_parent"

0 commit comments

Comments
 (0)