Skip to content

Instantly share code, notes, and snippets.

View mahmoud-abdallah863's full-sized avatar
👀
Aww, MY EYES

Mahmoud Abdallah mahmoud-abdallah863

👀
Aww, MY EYES
View GitHub Profile
@mahmoud-abdallah863
mahmoud-abdallah863 / CenterTopAppBar.kt
Last active November 13, 2022 16:35 — forked from evansgelist/CenterTopAppBar.kt
top bar with center title
package com.klikatech.rollo.ui.compose.components
import androidx.compose.foundation.layout.*
import androidx.compose.material.*
import androidx.compose.runtime.*
import androidx.compose.ui.Alignment
import androidx.compose.ui.Modifier
import androidx.compose.ui.graphics.Color
import androidx.compose.ui.graphics.RectangleShape
import androidx.compose.ui.graphics.Shape
@mahmoud-abdallah863
mahmoud-abdallah863 / .gitignore
Created January 16, 2023 20:05
Android .gitignore
# Gradle files
.gradle/
build/
# Local configuration file (sdk path, etc)
local.properties
# Log/OS Files
*.log