aboutsummaryrefslogtreecommitdiff
path: root/res/layout/schedule_item_activity.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/schedule_item_activity.xml')
-rw-r--r--res/layout/schedule_item_activity.xml20
1 files changed, 7 insertions, 13 deletions
diff --git a/res/layout/schedule_item_activity.xml b/res/layout/schedule_item_activity.xml
index 6390f58..6793d11 100644
--- a/res/layout/schedule_item_activity.xml
+++ b/res/layout/schedule_item_activity.xml
@@ -6,7 +6,6 @@
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
- android:background="@color/main_bg"
android:paddingLeft="5dp"
>
@@ -19,8 +18,7 @@
<TextView android:id="@+id/schedule_item_summary"
android:layout_height="wrap_content"
android:layout_width="match_parent"
- android:textColor="@color/linaro_green"
- android:textSize="12dp"
+ style="@style/schedule_activity_title"
/>
<LinearLayout
@@ -31,36 +29,32 @@
<TextView android:id="@+id/schedule_item_room"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
- android:textSize="10dp"
+ style="@style/schedule_activity_detail"
/>
<TextView android:id="@+id/schedule_item_time"
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:gravity="right"
- android:textSize="10dp"
+ style="@style/schedule_activity_detail"
/>
</LinearLayout>
</LinearLayout>
<TextView android:id="@+id/schedule_item_categories"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
- android:textSize="10dp"
+ style="@style/schedule_activity_detail"
/>
<TextView android:id="@+id/schedule_item_desc"
android:layout_height="wrap_content"
android:layout_width="fill_parent"
- android:textSize="10sp"
- android:paddingLeft="10dp"
- android:paddingRight="10dp"
- android:background="@drawable/rounded"
- android:textColor="@color/dark_text"
+ style="@style/schedule_activity_desc"
/>
<Button android:id="@+id/schedule_item_add"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
- android:textSize="10sp"
android:layout_gravity="right"
android:layout_marginTop="15dp"
- android:text="@string/schedule_item_add"/>
+ android:text="@string/schedule_item_add"
+ style="@style/schedule_activity_addbtn"/>
</LinearLayout>
</ScrollView> \ No newline at end of file