File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1111 android : layout_width =" wrap_content"
1212 android : layout_height =" wrap_content"
1313 android : orientation =" horizontal"
14- app : layout_constraintGuide_percent =" 0.175 " />
14+ app : layout_constraintGuide_percent =" 0.16 " />
1515
1616 <ImageView
1717 android : id =" @+id/logoImage"
2929 android : layout_width =" wrap_content"
3030 android : layout_height =" wrap_content"
3131 android : orientation =" horizontal"
32- app : layout_constraintGuide_percent =" 0.35 " />
32+ app : layout_constraintGuide_percent =" 0.32 " />
3333
3434 <TextView
3535 android : id =" @+id/statusText"
7474 android : paddingStart =" 16dp"
7575 android : paddingEnd =" 16dp"
7676 android : paddingTop =" 12dp"
77- android : paddingBottom =" 10dp "
77+ android : paddingBottom =" 4dp "
7878 android : clipToPadding =" false" >
7979 </LinearLayout >
8080 </com .google.android.material.card.MaterialCardView>
Original file line number Diff line number Diff line change 99 <androidx .constraintlayout.widget.ConstraintLayout
1010 android : layout_width =" 0dp"
1111 android : layout_height =" match_parent"
12- android : layout_weight =" 1"
12+ android : layout_weight =" 1.1 "
1313 tools : context =" .MainActivity" >
1414
1515 <androidx .constraintlayout.widget.Guideline
1616 android : id =" @+id/guideline"
1717 android : layout_width =" wrap_content"
1818 android : layout_height =" wrap_content"
1919 android : orientation =" horizontal"
20- app : layout_constraintGuide_percent =" 0.1 " />
20+ app : layout_constraintGuide_percent =" 0.06 " />
2121
2222 <ImageView
2323 android : id =" @+id/logoImage"
2424 android : layout_width =" wrap_content"
2525 android : layout_height =" wrap_content"
26- android : layout_marginBottom =" 24dp "
26+ android : layout_marginBottom =" 18dp "
2727 android : contentDescription =" The HTTP Toolkit Logo"
2828 app : layout_constraintTop_toTopOf =" @+id/guideline"
2929 app : layout_constraintBottom_toTopOf =" @+id/statusText"
Original file line number Diff line number Diff line change 1111 android : layout_width =" wrap_content"
1212 android : layout_height =" wrap_content"
1313 android : orientation =" horizontal"
14- app : layout_constraintGuide_percent =" 0.2 " />
14+ app : layout_constraintGuide_percent =" 0.18 " />
1515
1616 <ImageView
1717 android : id =" @+id/logoImage"
Original file line number Diff line number Diff line change 107107 </style >
108108
109109 <style name =" ConnectionStatusText" parent =" @android:style/Widget.TextView" >
110- <item name =" android:textSize" >16sp </item >
110+ <item name =" android:textSize" >14sp </item >
111111 <item name =" android:layout_marginStart" >34dp</item >
112112 <item name =" android:layout_marginTop" >5dp</item >
113113 </style >
You can’t perform that action at this time.
0 commit comments