- making text for initpod smaller. #47

This commit is contained in:
Andy Rozman 2019-12-29 22:15:27 +01:00
parent 16da0358eb
commit 95623c123b
2 changed files with 7 additions and 4 deletions

View file

@ -98,8 +98,8 @@ public class InitActionFragment extends Fragment implements PodInitReceiver {
checkBox1.setText(child.getResourceId());
checkBox1.setClickable(false);
checkBox1.setTextAppearance(R.style.WizardPagePodListItem);
checkBox1.setHeight(140);
checkBox1.setTextSize(16);
checkBox1.setHeight(120);
checkBox1.setTextSize(15);
checkBox1.setTextColor(headerView.getTextColors().getDefaultColor());
linearLayout.addView(checkBox1);

View file

@ -7,12 +7,13 @@
<TextView
android:id="@+id/initAction_header"
android:layout_width="match_parent"
android:layout_height="150dp"
android:layout_height="140dp"
android:layout_marginTop="20dp"
android:layout_marginBottom="40dp"
android:layout_marginBottom="30dp"
android:layout_marginLeft="25dp"
android:layout_marginRight="25dp"
style="@style/WizardPagePodContent"
android:textSize="15sp"
android:text="@string/omnipod_init_pod_wizard_step2_action_header" />
<ScrollView
@ -43,6 +44,7 @@
android:layout_width="match_parent"
android:layout_marginLeft="15dp"
android:layout_marginRight="5dp"
android:textSize="15sp"
android:layout_weight="0.3"
style="@style/WizardPagePodContent"
android:visibility="gone" />
@ -71,6 +73,7 @@
<TextView
android:id="@+id/initAction_footer"
android:layout_width="match_parent"
android:textSize="15sp"
android:layout_height="30dp" />