Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-master-dev
commit 858668de8c10cf2cde0844b059731faed565d8a5
Author: Andrey Kulikov <andreykulikov@google.com>
Date: Tue Jun 09 18:49:11 2020
Use Dp in TabRow.TabPosition
We should aim to use dps in the composition so it would simplify the usage of Tabs if the tab positions will be preconverted to dps
Relnote: TabRow.TabPosition not contains position in Dp, not in IntPx
Fixes: 158577776
Test: indicators tests are passing
Change-Id: I34a07faef2f00f46ea6a38903d635d939bf06879
M ui/ui-material/api/0.1.0-dev14.txt
M ui/ui-material/api/current.txt
M ui/ui-material/api/public_plus_experimental_0.1.0-dev14.txt
M ui/ui-material/api/public_plus_experimental_current.txt
M ui/ui-material/api/restricted_0.1.0-dev14.txt
M ui/ui-material/api/restricted_current.txt
M ui/ui-material/samples/src/main/java/androidx/ui/material/samples/TabSamples.kt
M ui/ui-material/src/main/java/androidx/ui/material/Tab.kt
https://android-review.googlesource.com/1327297
Branch: androidx-master-dev
commit 858668de8c10cf2cde0844b059731faed565d8a5
Author: Andrey Kulikov <andreykulikov@google.com>
Date: Tue Jun 09 18:49:11 2020
Use Dp in TabRow.TabPosition
We should aim to use dps in the composition so it would simplify the usage of Tabs if the tab positions will be preconverted to dps
Relnote: TabRow.TabPosition not contains position in Dp, not in IntPx
Fixes: 158577776
Test: indicators tests are passing
Change-Id: I34a07faef2f00f46ea6a38903d635d939bf06879
M ui/ui-material/api/0.1.0-dev14.txt
M ui/ui-material/api/current.txt
M ui/ui-material/api/public_plus_experimental_0.1.0-dev14.txt
M ui/ui-material/api/public_plus_experimental_current.txt
M ui/ui-material/api/restricted_0.1.0-dev14.txt
M ui/ui-material/api/restricted_current.txt
M ui/ui-material/samples/src/main/java/androidx/ui/material/samples/TabSamples.kt
M ui/ui-material/src/main/java/androidx/ui/material/Tab.kt
Description