mirror of https://github.com/tasks/tasks
Update tablet layout
* Remove triple column layout * Remove static menu drawerpull/73/head
parent
017cceeff9
commit
3e16830ae8
@ -1,39 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
** Copyright (c) 2012 Todoroo Inc
|
||||
**
|
||||
** See the file "LICENSE" for the full license governing this code.
|
||||
-->
|
||||
<LinearLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
style="@style/Content"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<View
|
||||
android:layout_width="1px"
|
||||
android:layout_height="match_parent"
|
||||
android:background="?attr/asSeparatorBackground"/>
|
||||
|
||||
<!-- Task List -->
|
||||
<FrameLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="30"
|
||||
android:id="@+id/tasklist_fragment_container" />
|
||||
|
||||
<View
|
||||
android:layout_width="1px"
|
||||
android:layout_height="match_parent"
|
||||
android:background="?attr/asSeparatorBackground"/>
|
||||
|
||||
<!-- Task Edit -->
|
||||
<FrameLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="35"
|
||||
android:id="@+id/taskedit_fragment_container"
|
||||
android:visibility="invisible" />
|
||||
|
||||
</LinearLayout>
|
||||
Loading…
Reference in New Issue