Loading res/layout/dialpad.xml +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ android:id="@+id/dialpad" android:layout_width="match_parent" android:layout_height="0px" android:layout_weight="0.650" android:layout_weight="@integer/dialpad_layout_weight_dialpad" android:layout_gravity="center_horizontal" android:layout_marginTop="@dimen/dialpad_vertical_margin" android:paddingLeft="5dip" Loading res/layout/dialpad_additional_buttons.xml +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ android:id="@+id/dialpadAdditionalButtons" android:layout_width="match_parent" android:layout_height="0px" android:layout_weight="0.150" android:layout_weight="@integer/dialpad_layout_weight_additional_buttons" android:layout_gravity="center_horizontal" android:background="@drawable/dialpad_background" android:orientation="horizontal"> Loading res/layout/dialpad_fragment.xml +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ android:id="@+id/digits_container" android:layout_width="match_parent" android:layout_height="0px" android:layout_weight="0.200" android:layout_weight="@integer/dialpad_layout_weight_digits" android:layout_marginTop="@dimen/dialpad_vertical_margin" android:gravity="center" android:background="@drawable/dialpad_background" > Loading res/values/dimens.xml +6 −0 Original line number Diff line number Diff line Loading @@ -205,4 +205,10 @@ <!-- Width of the lead margin on the left of a block quote inside a stream item --> <dimen name="stream_item_stripe_width">8dip</dimen> <!-- Layout weight values for dialpad screen. These layouts will be used in one LinearLayout (dialpad_fragment.xml), configuring dialpad screen's vertical ratio. --> <integer name="dialpad_layout_weight_digits">20</integer> <integer name="dialpad_layout_weight_dialpad">65</integer> <integer name="dialpad_layout_weight_additional_buttons">15</integer> </resources> res/values/integers.xml +1 −1 File changed.Contains only whitespace changes. Show changes Loading
res/layout/dialpad.xml +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ android:id="@+id/dialpad" android:layout_width="match_parent" android:layout_height="0px" android:layout_weight="0.650" android:layout_weight="@integer/dialpad_layout_weight_dialpad" android:layout_gravity="center_horizontal" android:layout_marginTop="@dimen/dialpad_vertical_margin" android:paddingLeft="5dip" Loading
res/layout/dialpad_additional_buttons.xml +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ android:id="@+id/dialpadAdditionalButtons" android:layout_width="match_parent" android:layout_height="0px" android:layout_weight="0.150" android:layout_weight="@integer/dialpad_layout_weight_additional_buttons" android:layout_gravity="center_horizontal" android:background="@drawable/dialpad_background" android:orientation="horizontal"> Loading
res/layout/dialpad_fragment.xml +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ android:id="@+id/digits_container" android:layout_width="match_parent" android:layout_height="0px" android:layout_weight="0.200" android:layout_weight="@integer/dialpad_layout_weight_digits" android:layout_marginTop="@dimen/dialpad_vertical_margin" android:gravity="center" android:background="@drawable/dialpad_background" > Loading
res/values/dimens.xml +6 −0 Original line number Diff line number Diff line Loading @@ -205,4 +205,10 @@ <!-- Width of the lead margin on the left of a block quote inside a stream item --> <dimen name="stream_item_stripe_width">8dip</dimen> <!-- Layout weight values for dialpad screen. These layouts will be used in one LinearLayout (dialpad_fragment.xml), configuring dialpad screen's vertical ratio. --> <integer name="dialpad_layout_weight_digits">20</integer> <integer name="dialpad_layout_weight_dialpad">65</integer> <integer name="dialpad_layout_weight_additional_buttons">15</integer> </resources>