diff --git a/res/layout/layout_color_selector.xml b/res/layout/layout_color_selector.xml index c366add00ec..a6b9cc89688 100644 --- a/res/layout/layout_color_selector.xml +++ b/res/layout/layout_color_selector.xml @@ -14,161 +14,167 @@ See the License for the specific language governing permissions and limitations under the License. --> - - + android:padding="20dp" + android:clipToPadding="false" + android:scrollbarStyle="outsideOverlay"> - - - - + + android:layout_marginBottom="10dp" + android:orientation="horizontal"> - + - + + + + + + + + + + + + + + android:layout_marginBottom="10dp" + android:orientation="horizontal"> - + - + + + + + + + + + + + + + + android:layout_marginBottom="10dp" + android:orientation="horizontal"> - + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + diff --git a/res/layout/layout_color_selector_dialog.xml b/res/layout/layout_color_selector_dialog.xml index 70d4509f07e..e107689ae6a 100644 --- a/res/layout/layout_color_selector_dialog.xml +++ b/res/layout/layout_color_selector_dialog.xml @@ -17,16 +17,12 @@ + android:gravity="center_horizontal" + android:orientation="vertical"> + android:layout_height="wrap_content"/> \ No newline at end of file