mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-05-11 04:55:37 +02:00
feat: overall UI rework in Settings View (#53)
This commit is contained in:
parent
036e8c99b3
commit
4f7b1d4520
37 changed files with 485 additions and 361 deletions
|
@ -32,12 +32,12 @@ class _LatestCommitCardState extends State<LatestCommitCard> {
|
|||
padding: const EdgeInsets.symmetric(vertical: 18, horizontal: 20),
|
||||
child: Row(
|
||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||
children: [
|
||||
children: <Widget>[
|
||||
Column(
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
children: <Widget>[
|
||||
Row(
|
||||
children: [
|
||||
children: <Widget>[
|
||||
I18nText(
|
||||
'latestCommitCard.patcherLabel',
|
||||
child: Text(
|
||||
|
@ -67,7 +67,7 @@ class _LatestCommitCardState extends State<LatestCommitCard> {
|
|||
),
|
||||
const SizedBox(height: 8),
|
||||
Row(
|
||||
children: [
|
||||
children: <Widget>[
|
||||
I18nText(
|
||||
'latestCommitCard.managerLabel',
|
||||
child: Text(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue