whitescent / Mastify

A Mastodon client built with Jetpack Compose [WIP]
https://play.google.com/store/apps/details?id=com.github.whitescent.mastify
GNU General Public License v3.0
167 stars 10 forks source link

Text limit for some tabs #101

Open whitescent opened 6 months ago

whitescent commented 6 months ago

Some devices with a large DPI can't display the text of tabs on a single line

1 2
image image
Aditys018 commented 6 months ago

Hey, can you assign me this issue

whitescent commented 6 months ago

yes, please :) !🙇

whitescent commented 6 months ago

You can fix this error here

Aditys018 commented 6 months ago

Sure, let me check

Aditys018 commented 6 months ago

Hey there, it seems that your project already have some errors, inspite of properly cloning this repo. I am getting the following errors in Explore.kt file Screenshot 2024-03-24 130727

whitescent commented 6 months ago

hey, because im using Compose-Destination library, so u just need to build, it will auto-import these packages

Aditys018 commented 6 months ago

I figured out the issue we can utilize the Modifier.weight modifier to allow the text to take up all available space horizontally.Also, we can use a Row composable with a Text composable inside it.

whitescent commented 6 months ago

Hi, the problem you're talking about has nothing to do with the intent filter, the app itself is a third-party mastodon client, so ideally you should have a mastodon account, the app itself doesn't provide a registration function.

and you don't need to modify "google-services.json", it just satisfies the compilation requirements

Aditys018 commented 6 months ago

I see, was not aware about mastodon acc. will create one. Also, I didn't modified json file, just renamed it from services-sample.json to services.json as mentioned in your contributing guidelines