Skip to content

Commit

Permalink
fix toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
mattvchandler committed Aug 24, 2023
1 parent 20208f5 commit 046d7af
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions app/src/main/res/layout/activity_countdown_text.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
android:id="@+id/appbar_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:stateListAnimator="@null"
tools:targetApi="lollipop"
>
<include
layout="@layout/toolbar"
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/layout/activity_preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
android:id="@+id/appbar_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:stateListAnimator="@null"
tools:targetApi="lollipop"
>
<include
layout="@layout/toolbar"
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/layout/activity_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,8 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
android:id="@+id/appbar_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:stateListAnimator="@null"
tools:targetApi="lollipop"
>
<include
layout="@layout/toolbar"
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/layout/activity_timezone.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
android:id="@+id/appbar_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:stateListAnimator="@null"
tools:targetApi="lollipop"
>
<include
layout="@layout/toolbar"
Expand Down
2 changes: 0 additions & 2 deletions app/src/main/res/layout/toolbar.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
<androidx.appcompat.widget.Toolbar
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:background="@color/colorPrimary"
tools:ignore="UnusedAttribute"
android:elevation="4dp"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
/>

0 comments on commit 046d7af

Please sign in to comment.