am 6f192fc6: am 8102a0a1: am fcb593c5: am 7f042630: Change drawer width based on smallest screen width

* commit '6f192fc641b170f4cd4163145defe3ff0f0112a0':
  Change drawer width based on smallest screen width
diff --git a/res/values-sw360dp/dimen.xml b/res/values-sw360dp/dimen.xml
new file mode 100644
index 0000000..df9f91f
--- /dev/null
+++ b/res/values-sw360dp/dimen.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+     Copyright (C) 2014 Google Inc.
+     Licensed to The Android Open Source Project.
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<resources>
+    <dimen name="drawer_width">304dp</dimen>
+</resources>
\ No newline at end of file
diff --git a/res/values-sw400dp/dimen.xml b/res/values-sw400dp/dimen.xml
new file mode 100644
index 0000000..88ea9ed
--- /dev/null
+++ b/res/values-sw400dp/dimen.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+     Copyright (C) 2014 Google Inc.
+     Licensed to The Android Open Source Project.
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<resources>
+    <dimen name="drawer_width">320dp</dimen>
+</resources>
\ No newline at end of file
diff --git a/res/values/dimen.xml b/res/values/dimen.xml
index 1494c35..fc63756 100644
--- a/res/values/dimen.xml
+++ b/res/values/dimen.xml
@@ -18,7 +18,7 @@
 
 <resources>
     <dimen name="account_avatar_dimension">40dp</dimen>
-    <dimen name="drawer_width">300dp</dimen>
+    <dimen name="drawer_width">264dp</dimen>
     <dimen name="two_pane_drawer_width_mini">72dp</dimen>
     <dimen name="two_pane_drawer_width_open">288dp</dimen>
     <dimen name="two_pane_tl_side">24dp</dimen>