Skip to content
Snippets Groups Projects
Commit 053f26b8 authored by henry anand's avatar henry anand
Browse files

fix : duplicate description on bottom navbar

parent 91608b57
1 merge request!27Staging
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
android:layout_height="wrap_content"> android:layout_height="wrap_content">
<androidx.appcompat.widget.AppCompatTextView <androidx.appcompat.widget.AppCompatTextView
android:importantForAccessibility="no"
android:id="@+id/action_bar_title" android:id="@+id/action_bar_title"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
......
...@@ -45,4 +45,5 @@ ...@@ -45,4 +45,5 @@
<string name="add_transaction_button">Add Transaction</string> <string name="add_transaction_button">Add Transaction</string>
<string name="switch_camera_button">Switch Camera</string> <string name="switch_camera_button">Switch Camera</string>
<string name="twibbon_image">Twibbon Image</string> <string name="twibbon_image">Twibbon Image</string>
<string name="floating_add_transaction_button">Floating Add Transaction</string>
</resources> </resources>
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment