Skip to content

Commit 90f0386

Browse files
authored
Move InputModeTabLayout to browser-ui (#7057)
Task/Issue URL: https://app.asana.com/1/137249556945/project/488551667048375/task/1211841662615810?focus=true ### Description - Moves `InputModeTabLayout` to the `browser-ui` module ### Steps to test this PR - [ ] Open the Input Screen - [ ] Verify that the Input Mode Widget renders correctly in light and dark mode
1 parent 23b42d0 commit 90f0386

File tree

65 files changed

+581
-62
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+581
-62
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package com.duckduckgo.duckchat.impl.inputscreen.ui.view
17+
package com.duckduckgo.browser.ui.inputmode
1818

1919
import android.content.Context
2020
import android.graphics.Color
@@ -24,9 +24,9 @@ import android.view.ViewOutlineProvider
2424
import android.widget.ImageView
2525
import androidx.core.content.ContextCompat
2626
import com.duckduckgo.anvil.annotations.InjectWith
27+
import com.duckduckgo.browser.ui.R
2728
import com.duckduckgo.common.ui.store.AppTheme
2829
import com.duckduckgo.di.scopes.ViewScope
29-
import com.duckduckgo.duckchat.impl.R
3030
import com.google.android.material.color.MaterialColors
3131
import com.google.android.material.shape.CornerFamily
3232
import com.google.android.material.shape.MaterialShapeDrawable

duckchat/duckchat-impl/src/main/res/layout/view_chat_tab_indicator.xml renamed to browser/browser-ui/src/main/res/layout/view_chat_tab_indicator.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
android:id="@+id/tab_title"
3535
android:layout_width="wrap_content"
3636
android:layout_height="wrap_content"
37-
android:text="@string/input_screen_chat_tab"
37+
android:text="@string/input_mode_chat_tab"
3838
android:layout_marginStart="6dp"
3939
app:typography="h4"
4040
app:layout_constraintStart_toEndOf="@id/tab_icon"

0 commit comments

Comments
 (0)