Loading res/layout/group_detail_fragment.xml +2 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,8 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:fadingEdge="none" android:scrollbarStyle="outsideOverlay"/> android:scrollbarStyle="outsideOverlay" android:divider="@null"/> <!-- Shadow overlay over the list of group members (since we have a fake stacked Loading res/values/dimens.xml +6 −2 Original line number Diff line number Diff line Loading @@ -157,7 +157,11 @@ <dimen name="contact_browser_list_top_margin">8dip</dimen> <!-- ContactTile Layouts --> <dimen name="contact_tile_shadowbox_height">48dip</dimen> <!-- Use sp instead of dip so that the shadowbox heights can all scale uniformly when the font size is scaled for accessibility purposes --> <dimen name="contact_tile_shadowbox_height">48sp</dimen> <!-- Call Log --> <dimen name="call_log_call_action_size">32dip</dimen> Loading Loading
res/layout/group_detail_fragment.xml +2 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,8 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:fadingEdge="none" android:scrollbarStyle="outsideOverlay"/> android:scrollbarStyle="outsideOverlay" android:divider="@null"/> <!-- Shadow overlay over the list of group members (since we have a fake stacked Loading
res/values/dimens.xml +6 −2 Original line number Diff line number Diff line Loading @@ -157,7 +157,11 @@ <dimen name="contact_browser_list_top_margin">8dip</dimen> <!-- ContactTile Layouts --> <dimen name="contact_tile_shadowbox_height">48dip</dimen> <!-- Use sp instead of dip so that the shadowbox heights can all scale uniformly when the font size is scaled for accessibility purposes --> <dimen name="contact_tile_shadowbox_height">48sp</dimen> <!-- Call Log --> <dimen name="call_log_call_action_size">32dip</dimen> Loading