From 14b63376f8c2d859de7aa231a05de5cd1cd7f2f3 Mon Sep 17 00:00:00 2001 From: gazdilaci Date: Thu, 26 Sep 2024 14:06:21 +0000 Subject: [PATCH] deploy: c425489cfd4e89ba535febc27d5a6bd5cef9fbcb --- laborok/calculator/index.html | 45 +++++++++++++++++----------------- search/search_index.json | 2 +- sitemap.xml.gz | Bin 209 -> 209 bytes 3 files changed, 23 insertions(+), 24 deletions(-) diff --git a/laborok/calculator/index.html b/laborok/calculator/index.html index d235476..f981496 100644 --- a/laborok/calculator/index.html +++ b/laborok/calculator/index.html @@ -1316,7 +1316,7 @@

CalculatorFragment android:layout_width="match_parent" android:layout_height="match_parent"> <TableRow - android:layout_width="fill_parent" + android:layout_width="match_parent" android:layout_weight="1"> ... </TableRow> @@ -1352,7 +1352,7 @@

CalculatorFragment android:layout_height="match_parent"> <TableRow - android:layout_width="fill_parent" + android:layout_width="match_parent" android:layout_weight="1"> <TextView @@ -1369,7 +1369,7 @@

CalculatorFragment </TableRow> <TableRow - android:layout_width="fill_parent" + android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_weight="1"> @@ -1411,7 +1411,7 @@

CalculatorFragment </TableRow> <TableRow - android:layout_width="fill_parent" + android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_weight="1"> @@ -1453,7 +1453,7 @@

CalculatorFragment </TableRow> <TableRow - android:layout_width="fill_parent" + android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_weight="1"> @@ -1495,7 +1495,7 @@

CalculatorFragment </TableRow> <TableRow - android:layout_width="fill_parent" + android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_weight="1"> @@ -1537,10 +1537,9 @@

CalculatorFragment </TableRow> <TableRow - android:layout_width="fill_parent" + android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_weight="1" - android:weightSum="4"> + android:layout_weight="1"> <Button android:id="@+id/number0Button" @@ -1724,15 +1723,15 @@

RecyclerView android:orientation="horizontal" android:gravity="center_vertical" android:layout_margin="5dp" - android:weightSum="5"> + android:weightSum="10"> <TextView android:id="@+id/operationTextView" - android:layout_width="wrap_content" + android:layout_width="0dp" android:layout_height="wrap_content" tools:text="1 + 1 = 2" android:layout_margin="5dp" - android:layout_weight="4" + android:layout_weight="7" android:textSize="22sp" android:layout_gravity="start" android:fontFamily="sans-serif-medium" /> @@ -1740,11 +1739,11 @@

RecyclerView <Button android:id="@+id/loadButton" style="?attr/materialButtonOutlinedStyle" - android:layout_width="wrap_content" + android:layout_width="0dp" android:layout_height="wrap_content" android:layout_margin="5dp" android:text="@string/button_text_load" - android:layout_weight="1"/> + android:layout_weight="3"/> </LinearLayout> @@ -1924,7 +1923,7 @@

HistoryFragment <com.google.android.material.appbar.AppBarLayout android:id="@+id/historyAppBar" - android:layout_width="match_parent" + android:layout_width="0dp" android:layout_height="wrap_content" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" @@ -1941,11 +1940,11 @@

HistoryFragment <androidx.recyclerview.widget.RecyclerView android:id="@+id/historyRecyclerView" - android:layout_width="match_parent" - android:layout_height="wrap_content" + android:layout_width="0dp" + android:layout_height="0dp" android:clipToPadding="false" - android:orientation="vertical" app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" + app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@id/historyAppBar" @@ -2105,8 +2104,8 @@

Önálló feladat - Kontextus - - 2024-09-26 + + 2024-09-26 @@ -2121,12 +2120,12 @@

Önálló feladat - Kontextus Szerzők -