Change toolbar height to fix landscape height

It still has some problems though with rotating.
See issue https://code.google.com/p/android/issues/detail?id=77874
material
Floens 11 years ago
parent 50cf55e366
commit 60d3e7671e
  1. 2
      Clover/app/src/main/res/layout/toolbar.xml

@ -19,7 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="?attr/actionBarSize"
android:minHeight="?attr/actionBarSize"
android:background="?attr/colorPrimary"
app:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"

Loading…
Cancel
Save