Loading res/layout/select_calendars_multi_accounts_fragment.xml +53 −48 Original line number Diff line number Diff line Loading @@ -13,7 +13,11 @@ See the License for the specific language governing permissions and limitations under the License. --> <android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/drawer_layout" android:layout_width="match_parent" android:layout_height="match_parent" android:fitsSystemWindows="true"> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/calendars" Loading Loading @@ -68,3 +72,4 @@ android:text="@android:string/ok" /> </LinearLayout> </LinearLayout> </android.support.v4.widget.DrawerLayout> No newline at end of file res/layout/simple_frame_layout.xml +10 −5 Original line number Diff line number Diff line Loading @@ -13,10 +13,15 @@ See the License for the specific language governing permissions and limitations under the License. --> <android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/drawer_layout" android:layout_width="match_parent" android:layout_height="match_parent" android:fitsSystemWindows="true"> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/main_frame" android:layout_width="match_parent" android:layout_height="match_parent" android:theme="@style/Base.CalendarAppThemeWithActionBar"/> </android.support.v4.widget.DrawerLayout> No newline at end of file Loading
res/layout/select_calendars_multi_accounts_fragment.xml +53 −48 Original line number Diff line number Diff line Loading @@ -13,7 +13,11 @@ See the License for the specific language governing permissions and limitations under the License. --> <android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/drawer_layout" android:layout_width="match_parent" android:layout_height="match_parent" android:fitsSystemWindows="true"> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/calendars" Loading Loading @@ -68,3 +72,4 @@ android:text="@android:string/ok" /> </LinearLayout> </LinearLayout> </android.support.v4.widget.DrawerLayout> No newline at end of file
res/layout/simple_frame_layout.xml +10 −5 Original line number Diff line number Diff line Loading @@ -13,10 +13,15 @@ See the License for the specific language governing permissions and limitations under the License. --> <android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/drawer_layout" android:layout_width="match_parent" android:layout_height="match_parent" android:fitsSystemWindows="true"> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/main_frame" android:layout_width="match_parent" android:layout_height="match_parent" android:theme="@style/Base.CalendarAppThemeWithActionBar"/> </android.support.v4.widget.DrawerLayout> No newline at end of file