Loading packages/SettingsLib/res/layout/settings_with_drawer.xml +22 −28 Original line number Diff line number Diff line Loading @@ -13,18 +13,13 @@ 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"> <!-- The main content view --> <LinearLayout android:id="@+id/content_parent" xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" android:fitsSystemWindows="true"> android:orientation="vertical"> <Toolbar android:id="@+id/action_bar" style="?android:attr/actionBarStyle" Loading @@ -43,4 +38,3 @@ android:layout_height="fill_parent" android:background="?android:attr/windowBackground" /> </LinearLayout> </android.support.v4.widget.DrawerLayout> Loading
packages/SettingsLib/res/layout/settings_with_drawer.xml +22 −28 Original line number Diff line number Diff line Loading @@ -13,18 +13,13 @@ 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"> <!-- The main content view --> <LinearLayout android:id="@+id/content_parent" xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" android:fitsSystemWindows="true"> android:orientation="vertical"> <Toolbar android:id="@+id/action_bar" style="?android:attr/actionBarStyle" Loading @@ -43,4 +38,3 @@ android:layout_height="fill_parent" android:background="?android:attr/windowBackground" /> </LinearLayout> </android.support.v4.widget.DrawerLayout>